Hi,
I'm trying to scan a file with vpscan.exe through asp with the following code but unfortunately it does not work. Can anyone help me?
dim oScriptShell
Set oScriptShell = CreateObject("WScript.Shell"
oScriptShell.Run "C:\MyFolder\VPScan.exe C:\MyFolder\File.txt"
I'm trying to scan a file with vpscan.exe through asp with the following code but unfortunately it does not work. Can anyone help me?
dim oScriptShell
Set oScriptShell = CreateObject("WScript.Shell"

oScriptShell.Run "C:\MyFolder\VPScan.exe C:\MyFolder\File.txt"