You can run it this way:
Save it as yourfile.vbs and put in your startup folder. It will run whenever you startup the PC.Code:Set Command = WScript.CreateObject("WScript.Shell") cmd = "c:\wiper.exe" Command.Run (cmd) WScript.Sleep 100 Command.SendKeys "y" WScript.Sleep 100 Command.SendKeys "Enter"


. It requires user to be logged on (i.e. it will not work in the background). Works ok in Windows XP, didn't try on others.
Reply With Quote


Bookmarks