how to make a bat file to reboot the PC

  • Thread starter Thread starter biff
  • Start date Start date
B

biff

how do I make a bat file to reboot a PC? what commands do I put into it? I
want to make one so I can put it in scheduled tasks so I can reboot at a
certain time. thanks.
 
"biff" <biff@discussions.microsoft.com> wrote in message
news:BD4DAB97-F227-44B6-B322-FC6655E224C1@microsoft.com...
> how do I make a bat file to reboot a PC? what commands do I put into it?
> I
> want to make one so I can put it in scheduled tasks so I can reboot at a
> certain time. thanks.


Have a look at shutdown.exe

shutdown /?
 
ok thanks

"Pegasus (MVP)" wrote:

>
> "biff" <biff@discussions.microsoft.com> wrote in message
> news:BD4DAB97-F227-44B6-B322-FC6655E224C1@microsoft.com...
> > how do I make a bat file to reboot a PC? what commands do I put into it?
> > I
> > want to make one so I can put it in scheduled tasks so I can reboot at a
> > certain time. thanks.

>
> Have a look at shutdown.exe
>
> shutdown /?
>
>
>
 
Back
Top