Q&A for How to Make CMD Beep

Return to Full Article

Search
Add New Question
  • Question
    I did this, but it only opens the text file - no audible beep. Any ideas why?
    Community Answer
    It's not a batch file. Make it into beep.bat instead of beep.txt.
  • Question
    Does this require a sound card?
    Community Answer
    No.
  • Question
    This doesn't work in Win 8.1 command prompt: "Not recongized as an internal or extrenal command". Syntax for 8.1?
    Community Answer
    Create 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.
  • Question
    Can I do it to a computer remotely?
    Community Answer
    No, you cannot do it remotely.
  • Question
    How can I make CMD stop beeping?
    Community Answer
    Close the command prompt. If you made it a loop, then close all CMD windows with Task Manager.
  • Question
    Does it work with the sound turned off?
    Community Answer
    Yes.
Ask a Question

      Return to Full Article