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
    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
    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
    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
    Community Answer
    No, you cannot do it remotely.
  • Question
    How can I make CMD stop beeping?
    Community Answer
    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
    Community Answer
    Yes.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit

Return to Full Article

You Might Also Like

Create a 'Matrix' Falling Code Batch FileCreate a 'Matrix' Falling Code Batch File
Make a Video Game With CmdMake a Video Game With Cmd
Crash Your Computer Using a Batch File Crash Your Computer Using a Batch File: A Step-by-Step Guide
Build a Simple Computer Game Using Batch ScriptBuild a Simple Computer Game Using Batch Script
Make It Look Like You Are Hacking Make It Look Like You are Hacking
Make an Easy E Bomb Using NotepadMake an Easy E Bomb Using Notepad
Create a Harmless Freeze VirusCreate a Harmless Freeze Virus
Shut Down a Computer Using Notepad Shut Down Your Computer Using a Notepad Bat File
Create Options or Choices in a Batch FileCreate Options or Choices in a Batch File
Make a Game with Notepad3 Cool Ways to Make Your Own Game with Notepad
Make a Scary Batch File for Command Prompt Crash a Computer with a Scary Batch File
Make a Program Using NotepadMake a Program Using Notepad
Make a Funny Prank VirusMake a Funny Prank Virus
Make a Command Prompt CalculatorMake a Command Prompt Calculator