Everyone, First I want to thank Aaron for having a great site and forum that explains everything with unattended setups. I have a complete Windows 2000 Server CD with all the fixins' setup and ready to go. The only issue I am having is that my cleanup.cmd does not run correctly (it does run). Here is the code first: cmdow @ /HID shutdown.exe /L /R /T:60 /C "Windows 2000 will now restart in 1 minute..." sleep.exe 20 RD /S /Q %systemdrive%\Installs\ EXIT Now I know my runonceex key and the cleanup.cmd execution is correct because the Installs folder does delete. My problem is that the shutdown.exe never kicks off (no shutdown window and no "Windows 2000" text, so I have to manually reboot the machine. At first I did not have any delay between the shutdown line and the remove directory line so I thought maybe that was the issue since the cleanup.cmd eats itself, but that was not the issue. I have tried wait.exe and as you see above sleep.exe. I have even run the cleanup.cmd manually and it works. Any ideas? Nothing in the event log. HokieForever