adolwa
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 17192 |
|
|
| 05 Oct 2012 03:55 PM |
.bat is a file extension for Batch Files. Batch files run/execute programs. You can create a batch file on your own with a standard notepad (not sure what it's called for mac/linux/others).
Creating your first .bat file in 3 easy steps!:
Step1: Open up Notepad
Step2: Write the script- for this tutorial we will be using a code given later
Step3: Save as NAME.bat under all files (NAME being whatever you wish to name the file)
Now that you have a basic understanding of .bat files, it is time for us to create our very first .bat file!
Once you have opened up notepad type in the following (keep in mind name is the name of the file):
Start NAME.bat NAME.bat
...And that is the script! Simple as that!
Now save as NAME.bat to somewhere you can easily find and run it.
If you have done this correctly a black box should appear displaying the name of the script!
Thanks for reading and remember to look out for my next tutorials!
|
|
|
| Report Abuse |
|
|
| |
|
adolwa
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 17192 |
|
| |
|
| |
|