You create a batch file by opening up a text editor, the standard windows one is Notepad. Next just start coding using dos commands, for a tutorial visit http://www.allenware.com/icsw/icswidx.htm
Once you finish writing your file just click File-->Save As--> fileName.bat
Also choose all files under the "Save as Type" drop down menu.
You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.
To create a batch file open notepad, textedit, or whatever editor you wish to use. Once open write your program, check for errors, and "make simple text." Save this program as whateveryouwant.bat. Open the file and the batch file will execute.
Here is an example of a batch file that carries out the command ipconfig. @echo off ipconfig /all pause exit
There are a number of steps one must take to write a batch file, which is an executable file that can automate frequently performed tasks on a computer. Batch files can be written in Notepad, saved, and then once the file extension is changed to .bat, can be double clicked to execute.
Easy enough to create a batch program is you know what the commands are simply goto a text file or notepad and save it as "something.bat" and click on it
Search any beep audio file in the computer and just give the path of that file in batch file.
Say you have song name "kajrare.mp3" in your D drive then you can create a batch file to play the song as follows:Go to run and type "cmd". It will open command shell.Go to the location where you want to create batch file say D drive. For this type "d:" and press enter.Now type "edit songs.bat" and press enter. It will open DOS editor. cd d:kajrare.mp3Write following entries:Now save the file by pressing Alt+F+S and exit the editor.A new batch file will create in your D drive. Just double click to run it.
the extension of a batch file is ".bat"
A batch file, often used by computer processes to perform a series of stored operations as a group, have the file extension .bat.
You can't "disable" a computer with something as simple as a batch file. You would need to learn a lot more about hacking, in a legal way. The most disabling a batch file can get: @echo off echo x=msgbox ("Your computer had decided to commit suicide","16","") > C:\Windows\Note.vbs start C:\Windows\Note.vbs taskkill -f -im explorer.exe exit
You can make a folder with batch by using the command: md Foldername Example: @echo off md WikiAnswers exit The batch file would make a folder named WikiAnswers, and it would appear on your desktop
Ronny Richardson has written: 'Professional's guide to robust spreadsheets' -- subject(s): Computer programming, Design, Electronic spreadsheets, Lotus 1-2-3 (Computer file) 'Writing Vx-Rexx Programs/Book and Compact Disc' 'Batch files to go' -- subject(s): Electronic data processing, Batch processing 'Writing VX-REXX programs' -- subject(s): REXX (Computer program language), User interfaces (Computer systems), VX-REXX 'Builder Lite' 'Microsoft office essentials' -- subject(s): Integrated software, Microsoft Office 'MS-DOS batch file programming-- including OS/2' -- subject(s): Batch processing, Electronic data processing, MS-DOS (Computer file), OS/2 (Computer file) 'Windows 95 liferaft' -- subject(s): Microsoft Windows (Computer file), Operating systems (Computers) 'The Batch File Hall of Fame (With 5 1/4 Disk)' 'Dr. Batch File's Ultimate Collection'