What is Batch Programming and need for it
Batch file programming
Batch file programming is nothing but a batch of DOS ( Disk Operating System ) commands, hence the name Batch programming .
If you are into coding and know many languages you might have noticed
that Operating System ( OS ) specific languages ( languages that work
only on a particular operating system, eg: Visual Basic Scripting works
only in Windows ) give you amazing control over the system. This is why Batch is so powerful, it gives you absolute control over DOS.
Batch isn’t often used because it is OS specific, but it is fun and
easy to learn. A well-conceived batch file is just the thing to automate
the job you want to do.
Batch Files are stored with .bat extension.
To create a batch file follow the following steps..
1) Goto-> Notepad
2) Type Whatever you want ( the code you want to enter)
3) Goto-> Save as
4) Change the file type to all files and folder
5) name the file as anything you want with the extension .bat ,For eg…(“Hacking Tips.bat”)
Comments
Post a Comment