lilweirddude Posted October 16, 2004 Posted October 16, 2004 the .vbs script doesnt work for me for some reason, i get an erroris there anything that needs to be installed for it to work?
Swimming_Bird Posted April 9, 2005 Posted April 9, 2005 Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run ("setup.msi /qn REBOOT=REALLYSUPPRESS")WScript.Sleep 12000WshShell.SendKeys "{TAB}"WScript.Sleep 1000WshShell.SendKeys "{ENTER}"WScript.Sleep 9000WshShell.SendKeys "{ENTER}"WScript.Quitwould that work if i ran it from the same directory? if not how can i get it to define %cdrom%?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now