View Single Post
Old 01-16-2008, 01:34 PM   #4 (permalink)
mikesgroovin
mikesgroovin's Avatar
 
HONK if you route packets

Join Date: Sep 2003

Posts: 4,664

mikesgroovin will become famous soon enoughmikesgroovin will become famous soon enough

Default Re: Batch scripting: Startup applications and close batch file

ok, found it, add:

Code:
start ""
to the beginning to make:

Code:
start "" "C:\Program Files\Wos_Portable\wos.exe"
start "" "C:\Program Files\Internet Explorer\iexplore.exe http://127.0.0.1/"
Pretty sure that you have to place the

Code:
start ""
prior to each program... not 100% on that though.
__________________
A+, Net+, Sec+, Server+, Linux+, MOUS(2000 & '03), MCSE, MCSA, MCT, CNA, CCNA, CCDA, CCNP, CCSP
mikesgroovin is offline