xy16644 Posted December 29, 2004 Posted December 29, 2004 Where is the correct place to execute whatever.vbs files in an unattended install of XP? If its the RunOnceEx.cmd, whats the correct way to run these?Thanks!
durex Posted December 29, 2004 Posted December 29, 2004 Well... pretty much anywhere... as far as Ive seen you cant run it before runonceex.cmd stage. Also, you may have problems if you try to run a vbscript at the very beginning of your runonceex. Ive found that because windows isnt fully booted up when runonceex is 1st executed it causes issues with my scripts.2 ways around this.. use sleep.exe or one of the other few methods to have runonceex wait for about 30-45 seconds after runonceex starts or simply make sure you have a job or 2 before the vbscript launches (again Ive seen the OS needs about 45 secs before vbscripts work correctly)
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