3-tag:General-250px-related-5385949187566471317
Skip to main content
Showing posts from January, 2010

Rebooting computer using batch file

Open notepad and type the following code. C:\Windows\system32\shutdown -r -f -t 03 -c "Your message ;)!" Click on save as> filename.bat It is important to note here that the extension must be .bat only in order to create a executable batch file.

Shutdown your PC using a batch file

In order to shut the PC using a batch file,  open the notepad and type the following code.