How to Create a Batch File in Windows
Open a text file, such as a Notepad or WordPad document.
Add your commands, starting with @echo [off], followed by—each in a new line—title [title of your batch script], echo [first line], and pause.
Save your file with the file extension .bat, for example, test.bat.
No comments:
Post a Comment