Q: What is batch
A: Batch is a programing language that is used with only the use of notepad.
Q: How can I make a batch file
A: When you save your file in notepad name is whateveryouwant.bat
1. Okay so I'm going to give one quick sample program that you may find a bit useful to prank your friends. Open notepad and type
shutdown -f -r -c " Type a message here like you got owned or something"
2.Break it down
Shutdown tell the computer the action.
- f tells the computer to force all aplications to close with no warning
- r tell shte computer to restart
- c means comment
Shutdown -f -r -c "You got owned by www.ryansindustries.co.nr "
After you have that typed into notepad save it as like Restart.bat and itll save as a batch file. When you open that file itll restart your computer with the message you typed into the quotation marks "". Zip that file and sent it off and have a little laugh.
-Ryan at www.ryansindustries.co.nr
A: Batch is a programing language that is used with only the use of notepad.
Q: How can I make a batch file
A: When you save your file in notepad name is whateveryouwant.bat
1. Okay so I'm going to give one quick sample program that you may find a bit useful to prank your friends. Open notepad and type
shutdown -f -r -c " Type a message here like you got owned or something"
2.Break it down
Shutdown tell the computer the action.
- f tells the computer to force all aplications to close with no warning
- r tell shte computer to restart
- c means comment
Shutdown -f -r -c "You got owned by www.ryansindustries.co.nr "
After you have that typed into notepad save it as like Restart.bat and itll save as a batch file. When you open that file itll restart your computer with the message you typed into the quotation marks "". Zip that file and sent it off and have a little laugh.
-Ryan at www.ryansindustries.co.nr
