Shutdown utility Purpose: If you regularly work with the command line or you want to shutdown your system in a cmd. file, this utility can help you. Together with the scheduler service, you can create automated shutdowns. For information about the scheduler service refer to the Windows NT command reference, command "at". Installation: Copy the file shutdown.exe in \winnt\system32 Usage: Since \winnt\system32 is always in the path, you can shutdown anytime by typing << shutdown >>. << shutdown r >> automatically restarts your system after shutdown. << shutdown f >> forces your shutdown, i.e. the system is being restarted no matter how much unsaved work is on the screen. Disclaimer: You use this program at your own risk. It has NOT extensively been tested. The source of this program is partially copied from the online help of the Win32API (api32wh.hlp).