Hi,
You can create shortcuts with the following commands:
For Shutdwn:
%windir%\System32\shutdown.exe -r -t 00
For restart:
%windir%\System32\shutdown.exe -r -t 00
--
Anando
Microsoft MVP- Windows Shell/User
http://www.microsoft.com/mvp
http://www.mvps.org
Folder customizations
http://newdelhi.sancharnet.in/minku
Protect your PC!
http://www.microsoft.com/protect
"SidBord" <(E-Mail Removed)> wrote in message
news:3cfd01c42a43$9c8bce80$(E-Mail Removed)...
> On my Win 98 machine, I have created two icons on my
> desktop to start the Shutdown and Restart procedures. I
> would like to create similar icons under Win XP, but don't
> know how.
> Under Win 98, I wrote a "bat" file for Restart that had one
> item in it: "@EXIT". For the Shutdown function I created
> a shortcut with the path:
> "C:\Windows\Rundll.exe\ User,Exitwindows".
> Is there something similar I can write for Win XP??