Computing.Net > Forums > Disk Operating System > alert tones in batch files.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

alert tones in batch files.

Reply to Message Icon

Name: Dat Nguyen
Date: June 21, 2000 at 21:59:03 Pacific
Comment:

I am writing a batch file that requires the user to remove the floppy disk from the a: drive. How do I make the computer beep or create an alert tone to advise the user that that the disk is ready to be taken out?



Sponsored Link
Ads by Google

Response Number 1
Name: john westerman
Date: June 22, 2000 at 02:36:00 Pacific
Reply:

ok - easy one.

in EDIT, type the following

ECHO P 007 (numeric keypad)

If num-lock is on, this will produce a beep sound from the PC speaker


0

Response Number 2
Name: mr o
Date: June 22, 2000 at 02:37:24 Pacific
Reply:

you can echo out a bell character
its ascii 07. to get it to display a ascii 07 hold down the left alt key and press 07 on the numeric keypad(i think you can also use ctrl G)


0

Response Number 3
Name: World Library
Date: June 22, 2000 at 14:23:37 Pacific
Reply:

There is also a small program called playany.

cls
@echo off
plany your.wav

This would play a wav file of your choice.

Plany.exe is freeware.......

W.L.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Pulling computer names fr... PB Legend 10cd



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: alert tones in batch files.

What does the % mean in batch files? www.computing.net/answers/dos/what-does-the-mean-in-batch-files/5925.html

Variables in batch files www.computing.net/answers/dos/variables-in-batch-files/12289.html

Choice in batch files on NT4-DOS www.computing.net/answers/dos/choice-in-batch-files-on-nt4dos/11474.html