Hallstein Lohne <[EMAIL PROTECTED]> writes: > The [GuiRunOnce] section is always rebooting before the system starts > with Command1= .. All I see is on-screen the Command0, which is a > "sleep.exe 10" (seconds) and then the system reboots.
More information, please. What have you put in your [GuiRunOnce] section, exactly? The Command0, Command1, etc. run in parallel, not in sequence. This is one reason I wrote todo.pl; you would be much better off using it instead of editing GuiRunOnce. Also, we do not use "sleep.exe" to sleep, because there is no such command on a freshly-installed Windows system. We use "ping -n localhost > nul" instead. Is that what you meant? - Pat ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
