PDA

View Full Version : making shut-down button on desktop...


badstyle
January 14th 04, 06:22 PM
i was just wandering what command line i would include to a custom shortcut
on my desktop in order for it to shut down my computer?


if you can help, thank you!


...b..

FrankV
January 14th 04, 07:43 PM
Create shutdown shortcut with
"%windir%\system32\shutdown.exe /s /t 0"
"badstyle" > wrote in message
...
> i was just wandering what command line i would include to a custom
shortcut
> on my desktop in order for it to shut down my computer?
>
>
> if you can help, thank you!
>
>
> ..b..
>
>

Squire
January 14th 04, 07:43 PM
You can modify this for a reboot,
By substituting /r in place of /s

"FrankV" > wrote in message
...
> Create shutdown shortcut with
> "%windir%\system32\shutdown.exe /s /t 0"
> "badstyle" > wrote in message
> ...
> > i was just wandering what command line i would include to a custom
> shortcut
> > on my desktop in order for it to shut down my computer?
> >
> >
> > if you can help, thank you!
> >
> >
> > ..b..
> >
> >
>
>

Wesley Vogel
January 14th 04, 08:44 PM
Reboot
%windir%\System32\shutdown.exe -r -t 00

Shutdown
%windir%\System32\shutdown.exe -s -t 00

--
Hope this helps. Let us know.
Wes

In ,
badstyle > hunted and pecked:
> i was just wandering what command line i would include to a custom shortcut
> on my desktop in order for it to shut down my computer?
>
>
> if you can help, thank you!
>
>
> ..b..

badstyle
January 14th 04, 10:54 PM
"badstyle" > wrote in message
...
> i was just wandering what command line i would include to a custom
shortcut
> on my desktop in order for it to shut down my computer?
>
>
> if you can help, thank you!
>
>
> ..b..
>
>

thanks guys this is most helpfull! :)

Shutdown
%windir%\System32\shutdown.exe -s -t 00

...b..

badstyle
January 14th 04, 11:16 PM
"badstyle" > wrote in message
...
> i was just wandering what command line i would include to a custom
shortcut
> on my desktop in order for it to shut down my computer?
>
>
> if you can help, thank you!
>
>
> ..b..
>
>

thanks guys this is most helpfull! :)

Shutdown
%windir%\System32\shutdown.exe -s -t 00

...b..

badstyle
January 14th 04, 11:20 PM
"badstyle" > wrote in message
...
> i was just wandering what command line i would include to a custom
shortcut
> on my desktop in order for it to shut down my computer?
>
>
> if you can help, thank you!
>
>
> ..b..
>
>

thanks guys this is most helpfull! :)

Shutdown
%windir%\System32\shutdown.exe -s -t 00

...b..

Google