Saturday 17 March 2012

HOW TO MAKE BATCH FILE

Batch files are the files that contain the batch-script(DOS commands).
Basically you can run the DOS commands on the command prompt in windows OS.
in linux we have TERMINAL in place of command prompt.

DOS commands are the commands which can be used to make files, delete files, rename files, copy files, etc and the same for the directories.

We can manipulate almost anything in Windows by using DOS commands.
We will have to type some commands in command prompt and we can see the different interesting results by typing the different commands.


HOW TO MAKE BATCH FILES
(1) Open notepad
(2) type batch-script (sequence of DOS commands)
(3) save file with the extension .bat (Example:- hack.bat,trick.bat,prank.bat,etc)


That is it...!
Feel free to comment on this post. Any comment is appreciable.

This post is only for educational purpose. 

No comments:

Post a Comment