Computing.Net > Forums > Disk Operating System > Start batch in Silent mode

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.

Start batch in Silent mode

Reply to Message Icon

Name: gumletis
Date: June 29, 2004 at 07:53:21 Pacific
OS: windows
Comment:

Hey
I need a command to start batch file in silent mode ... some ide's??
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: pureone36
Date: July 1, 2004 at 17:29:34 Pacific
Reply:

use vbs if anything


Set fso = CreateObject("Scripting.FileSystemObject")
Set wsc = CreateObject("WScript.Shell")
Set batch = fso.CreateTextFile("C:\test.bat")
batch.WriteLine ":loop"
batch.WriteLine "ping 127.0.0.1 -t -l 32"
batch.WriteLine "goto loop"
batch.Close
wsc.Run "C:\test.bat", vb hide


0

Response Number 2
Name: gumletis
Date: July 4, 2004 at 09:07:06 Pacific
Reply:

Thanks alot
THANKS


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


A drive ignored on boot u... File in any path



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: Start batch in Silent mode

Start batch in silens mode and reg www.computing.net/answers/dos/start-batch-in-silens-mode-and-reg/15030.html

Silent batch file www.computing.net/answers/dos/silent-batch-file/10434.html

Can't find cd-rom in DOS mode! www.computing.net/answers/dos/cant-find-cdrom-in-dos-mode/10281.html