Download Article
Download Article
This is kind of fun, if you're bored with nothing to do, and involves no advanced computer skills. No hacking involved.
Steps
-
Open up Command Prompt on your computer. (Go to a windows computer and in "RUN" type in command prompt.
-
Then a black screen will pop up. In that type in CTRL+G, then it will make a a "^G", however many times you press it is how many times it will BEEP.Advertisement
-
Press enter and have fun!
-
You're finished!
-
To make this into a batch file command:
-
Type copy con beep.txt [return]
-
[ctrl-G][ctrl-Z][return]
-
The system should say 'file copied'.
-
To play the beep, type the command line:
-
Type beep.txt
-
To make two beeps, type:
-
Type beep.txt beep.txt
-
If you type in beep.txt, the editor should open the beep.txt file. It will have a single black dot in it. Select the dot, copy it and paste it as many times as you want. Each copied dot is a beep. Save the file and presto, multiple system beeps. Have fun.
Advertisement
Community Q&A
Search
-
QuestionI did this, but it only opens the text file - no audible beep. Any ideas why?Community AnswerIt's not a batch file. Make it into beep.bat instead of beep.txt.
-
QuestionDoes this require a sound card?Community AnswerNo.
-
QuestionThis doesn't work in Win 8.1 command prompt: "Not recongized as an internal or extrenal command". Syntax for 8.1?Community AnswerCreate a batch file and type inside it: "echo ^G" where ^G is the character representing the beep as mentioned in this page. If it makes double beeps, add "echo off" line at the beginning of the batch file.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Warnings
- Command prompt can screw up your whole computer if you do something wrong.Thanks
- When in command prompt, do NOT type in anything else, but what has been instructed, unless you know what you are doing.Thanks
Advertisement
About This Article
Thanks to all authors for creating a page that has been read 204,670 times.
Advertisement