How to make a batch file
Page 1 of 1
How to make a batch file
simple as it sounds..... lets get started
how to make a batch file go to start menu all programs accessories look down and you should see notepad...open up notepad put any type of DOS/Batch coding you would like.
(example)
then go up to file / save as / name it whatever you want then at the end of your name add .bat there should be a icon that has a gear on it that is the batch file you made to start it just double click to edit the batch file right click it and say edit hope you didn't fall asleep reading this because i almost did
how to make a batch file go to start menu all programs accessories look down and you should see notepad...open up notepad put any type of DOS/Batch coding you would like.
(example)
- Spoiler:
- @echo on
echo.
echo (whatever)
echo.
pause
cls
exit
then go up to file / save as / name it whatever you want then at the end of your name add .bat there should be a icon that has a gear on it that is the batch file you made to start it just double click to edit the batch file right click it and say edit hope you didn't fall asleep reading this because i almost did
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum