While typing in a copy con prompt or when echoing to a file, use Control+G to create the character (it will appear as ^G on the command line).
In Notepad and most text editors, hold down the right-hand Alt key while pressing 7 on your numeric keypad (with NumLock on). This will create a character that looks like a big dot.
Your batch file will end up with something like echo •. When the command processor executes this line, a beep will be made. On Windows 8 (and possibly other versions after Windows XP, which I know does the standard DOS-like beep), this actually produces the OS-standard message box sound. Either way, you'll hear something.
No comments:
Post a Comment