dos command

Questions about software go here
Post Reply
amoniha
Peasant
Peasant
Posts: 2
Joined: Wed Feb 09, 2011 1:32 am

dos command

Post by amoniha »

What is the dos command prompt for producing sound at a certain frequency? I used to know this well. There is a dos command that you type followed by or preceeded by a number such as 19550 which is a specific frequency the computer would then produce. I'd like help with the actual command and the syntax for using it. I've forgotten it altogether otherwise. Thanks.
Last edited by amoniha on Sat Aug 20, 2011 5:39 am, edited 1 time in total.
User avatar
commando_lee
Ally of Robinhood
Ally of Robinhood
Posts: 1821
Joined: Sun Apr 26, 2009 12:50 pm
Location: Up high in the tree looking out for the Sheriff of Nottingham

Re: dos command

Post by commando_lee »

use [^G] -- thats [ctrl key]+["g" key] in you batch file. i don't know the Alt+ combination for it but here's how i create it.
start copy con at the prompt like so:
c:\copy con beep.bat [enter]
you will lose the prompt but that's normal and just type:
ECHO [ctrl key]+["g" key][enter]
[ctrl key]+["z" key][enter]
using the key combinations described above.
you will then have a file 'beep.bat', edit it and there is a line:
ECHO *
where asterisk is actually the symbol for ^G. run it and it should beep

Hope that may be some use to u
................................................................RobinHoods Very Own
.......................................Image
I do this for the fun and pleasure in helping people. But this is NOT my job. Post up on the boards with your question and some body will help you dont use the PM system.
User avatar
HaGGardSmurf
Ally of Robinhood
Ally of Robinhood
Posts: 4088
Joined: Tue Feb 03, 2009 9:46 am
Location: Alberta, Canada

Re: dos command

Post by HaGGardSmurf »

Good stuff lee, I used to know some batch scripting but forgot most of it :P

Amoniha you've been warned for adding in spam links to your post as a "signature" do it again and you'll be removed from the forums.
shaadisankalp
Peasant
Peasant
Posts: 4
Joined: Mon Sep 09, 2013 8:57 am

Re: dos command

Post by shaadisankalp »

Dos is stand for Disk operating System. They are many action perform dos window. programming language is used the dos window. It show the out put of dos window. java program is run on the dos window.
Post Reply

Return to “Software”