Search found 2 matches

by dosnovice
23 Jul 2016 17:58
Forum: DOS Batch Forum
Topic: Play default beep in Win 10 batch
Replies: 11
Views: 63431

Re: Play default beep in Win 10 batch

From a command prompt I wrote

copy con test.bat
echo ^G (i.e. press CTRL G)
press Ctrl Z to end batch file.

Then run test
by dosnovice
22 Jul 2016 07:24
Forum: DOS Batch Forum
Topic: Play default beep in Win 10 batch
Replies: 11
Views: 63431

Play default beep in Win 10 batch

I have a test.bat file with only
Echo ^G
Running the file in a command prompt plays the beep but not if I run it via a desktop shortcut.
I guess I need some additional commands for Win10. Any help is appreciated.

Thanks