(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