batch file question

Perris Calderon

dealer
Staff member
Political Access
Joined
24 Jan 2002
Messages
12,388
I created a batch file for a bunch of programs I only want running when I' on the internet

this is it;

Code:
@echo off
start "cookie wall" "C:\Program Files\AnalogX\CookieWall\cookie.exe" /B

start "internet explorer" "http://www.osnn.net/forum/search.php?do=getnew /B

start "star downloader" "C:\Program Files\Star Downloader\stardown.exe" /B

start "clip trak" "C:\Program Files\ClipTrak\ClipTrak.exe" /B

start "ad watch" "C:\Program Files\Lavasoft\Ad-Aware SE Plus\Ad-Watch.exe" /B

everything works perfectly, EXCEPT;

the internet browser laucnhes, claims it found osnn, then it says it's finnished, and yet the page is blank...I refresh does the same thing

however, if I hit the home page button, the site loads like normal.

any ideas?
 
When I run that line, it opens up a new tab in my Firefox window (since Fx is set as my default browser), but it does the same thing - blank page. Looking at the location/address box, it seems like the /B option gets tagged onto the end of the URL.
Try changing the line to:
Code:
start /B "internet explorer" "http://www.osnn.net/forum/search.php?do=getnew"
 
ya, that works...since there's no break, I made the browser the last line.

cool
 
if you are going to delete my posts, you could atleast PM me why
 

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