Everyone has some standard list of programs, which he starts when logs on to his computer. It’s a waste of time to start each program individually; today we are going to learn how to start all your favorite programs with a single click using batch files. Those of you who don’t know what batch files [...]
Batch Programming Basics
This tutorial explains you what batch file programming is and how to create batch files.
The Basics of Batch File Programming
Batch file programming is nothing but a batch of DOS ( Disk Operating System ) commands, hence the name Batch. If you code a lot and know many languages you are sure to notice that Operating [...]
Shutdown your friend’s computer using a batch file
What are batch files:
Batch files are files that allow MS-DOS and Microsoft Windows users to create a lists of commands and/or programs to run once the batch file has been executed. For example, a batch file could be used to run frequently run commands, deleting a series of files, moving files, etc. A simple batch [...]
Set a timer for windows shutdown and restart from command line with out using any software.
This may be help to you if have the habit of listening to songs and sleeping or if you are planning to download some thing. open notepad and type
“shutdown -s -t <time is seconds for which system will wait before shutdown>”
Save the file as “<filename>.bat” and a batch file is created
for shutting down…this works for [...]

















































