1. Step Simply open the notepad (enter notepad into the search field and hit enter)
2. Step Start writing your command line commands (list of commands below)
3. Step Save the file as a .bat file and here’s the clue, select “All files” from the dropdown:
Writing a batch file is simple if you know basic programming. For example IF and DO can be used in a batch file. Also IF EXIST and COPY are two useful commands.
IF EXIST randomfile.file COPY C:\myfile.txt %APPDIR%/myfile.txt
Command Line Commands
Because there are so many commands, you should check out this: list of commands from A to Z
Some useful commands:
DEL
RENAME
MOVE
IF … DO …
COPY
XCOPY
IPCONFIG
DIR
ATTRIB
Actually, you can use every command that you have ever used in a Windows command prompt and it will magically work in a batch file as well *grin*