I have a server that is scheduled to power on and off every day. I want the buzzer to beep a few times when it powers on or off. I wonder if there is a command in DOS for this and how to use it.
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

Originally posted by Wengier at 2008-5-31 03:49 AM:
ECHO ^G
Originally posted by qinchun36 at 2008-7-22 07:19 PM:
You can use vbscript:
set ching=wscript.createobject("wscript.shell")
ching.run "cmd /c echo "&chr(7),0