Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vpscan.exe

Status
Not open for further replies.

elguapo71

Programmer
Joined
Nov 15, 2001
Messages
6
Location
US
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"

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top