Step 9Alarm Code
@echo off:alarm"@echo off" means that it won't show you whats happening. Keeps batch files clean.
":alarm" is a label
Then paste the special character in a new line under that.
Next type in the next line:
clsgoto alarm"cls" means clear screen. It just removes everything on screen off the command prompt. Sorta like a dry erase board. "goto alarm" means that it will goto the label ":alarm"
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|


















































