Search found 3 matches

by Skeletor
04 Sep 2008 07:08
Forum: DOS Batch Forum
Topic: Play a basic sound in DOS promt (Batch file)
Replies: 6
Views: 44508

I like using .wav files in my dos scripts

sndrec32.exe /play /close ringin.wav
by Skeletor
04 Sep 2008 06:21
Forum: DOS Batch Forum
Topic: Test if a Windows-based Application is Running
Replies: 1
Views: 5988

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...
by Skeletor
02 Sep 2008 06:08
Forum: DOS Batch Forum
Topic: How to cut my Internet connection using DOS commands?
Replies: 1
Views: 6563

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...