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.
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?
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
Summary: What does the percent sing mean in batch files. i am really confused about that. it seems like i ve seen it used in different ways. Does it set declare variable or what? thank you. using dos 6.22...
Summary: sir how i can use variables in batch files i need to receive return values from c -exe files to batch file variables and i want to check the values in the batch files ...
Summary: I wrote a batch file with the CHOICE command in it but whenever the program gets to that command I get an error saying "the specified name is not recognised as an internal or external command." the sa...