Batch files

delta4s

BLACK HAWK ALOFT
Joined
6 Apr 2002
Messages
340
How can I run a batch file in the background in XP Pro, instead of in a window ?
Thanks for the help :)
 
:) Create a VBS script like :)



Set WshShell = WScript.CreateObject( "WScript.Shell" )

WshShell.Run "i:\temp\test.bat",0,True


There you see the specified batch file in "i:\temp\test.bat". Save this like TEST.VBS





:) ..... or create a VBS script like :)



Set WshShell = WScript.CreateObject( "WScript.Shell" )

Set args = WScript.Arguments

WshShell.Run args(0),0,True




Now you will run such a TEST.VBS with an argument
i:\temp\TEST.VBS i:\temp\test.bat
 
worked beautifully, thanks a lot. How can I stop the script though ? If I end the programs in task Manager, the invoked programs keep coming back.
 
Sorry - I cannot reproduce this - please post your complete source !
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back