I like using .wav files in my dos scripts
sndrec32.exe /play /close ringin.wav
Search found 3 matches
- 04 Sep 2008 07:08
- Forum: DOS Batch Forum
- Topic: Play a basic sound in DOS promt (Batch file)
- Replies: 6
- Views: 46013
- 04 Sep 2008 06:21
- Forum: DOS Batch Forum
- Topic: Test if a Windows-based Application is Running
- Replies: 1
- Views: 6359
Re: Test if a Windows-based Application is Running
Hello, I've spent a few hours googling and have come up empty. I need to create a DOS script (I call them batch files) where I test if a windows based application is running. @echo off IF "%1" == "" (Echo Syntax... istask {task}&pause&GOTO :eof) set task=%1 set task=%tas...
- 02 Sep 2008 06:08
- Forum: DOS Batch Forum
- Topic: How to cut my Internet connection using DOS commands?
- Replies: 1
- Views: 6995
Re: How to cut my Internet connection using DOS commands?
1.a How to cut my Internet connection using DOS commands? After those commands: netsh firewall delete portopening TCP 80 netsh firewall delete allowedprogram program = "C:\Program Files\Mozilla Firefox\firefox.exe" I was still connected to Internet!! 1.b How to reverse action 1.a using DO...