RSS

Tag Archive | "batch files"

Start all your programs with a single click using batch file

Thursday, March 27, 2008

1 Comment

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 [...]

Continue reading...

Batch Programming Basics

Saturday, December 15, 2007

2 Comments

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 [...]

Continue reading...

Shutdown your friend’s computer using a batch file

Monday, December 3, 2007

13 Comments

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 [...]

Continue reading...