Introvert or Extrovert Quiz
Q&A for How to Make CMD Beep
Coming soon
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.
-
QuestionCan I do it to a computer remotely?Community AnswerNo, you cannot do it remotely.
-
QuestionHow can I make CMD stop beeping?Community AnswerClose the command prompt. If you made it a loop, then close all CMD windows with Task Manager.
-
QuestionDoes it work with the sound turned off?Community AnswerYes.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit