Getting VBS script to run

(imported topic written by dlong91)

Hello, I’m having trouble getting a vb script to run once I’ve downloaded to a workstation after extraction. Here is a copy of the fixlet:

Copy __Download\nic.exe c:\nic.exe

//runswinzip to extract files

waithidden cmd.exe /c c:\nic.exe /auto c:\

waithidden /c script “c\setspeed.vbs”

I’ve tried a number of different combinations of commands with no luck. Any thoughts would be appreciated. Thanks

(imported comment written by Lee Wei)

The command to run the VB script does not look right.

Something like this maybe:

waithidden “{pathname of system folder}\cscript.exe” “c:\setspeed.vbs”