Запуск:
_http://www.r2.com.au/software.php?page=2&show=startdelay
Выключение:
_http://www.vb-helper.com/howto_shutdown.html
Несколько сложнее, но скрипт написать можно...
Цитата:
Execute these commands at a DOS prompt or use the ShellExecute API function to execute them.
Win32 shutdown:
C:\Windows\RunDll.exe C:\Windows\System\User.exe,exitWindows
Win32 restart:
C:\Windows\RunDll.exe C:\Windows\System\User.exe,exitWindowsExec
WinXP shutdown:
Shutdown -s -t 01
WinXP restart:
Shutdown -r -t 01
|