Go to Start => Run => Notepad
Write the following code in that file :
Save as the File and give extension .bat
For example :
create a file named openGoogleIE.batDone .
Note:
Bat File : In DOS, OS/2, and Microsoft Windows, batch file(.bat) is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter.
Syntax:
Start Starts a separate window to run a specified program or command.
CD (Change Directory) is a command used to switch directories in MS-DOS.
Echo is used to repeat the text typed in back to the screen and can be used to echo to a peripheral on the computer, such as a COM port.
(For any question , please comment and suggest.)
No comments:
Post a Comment