View Single Post
Old 02-09-2005, 09:21 AM   #11 (permalink)
Pellaz
Addict
 
Location: Texas
Due to NDA stuff and the fact that I know some members of TFP definately fall under it's protection, I can't list the exact code, but this is the gist of it:

Code:
"c:\Program Files\PROGRAM" "C:\Program Files\REFERNCE FILE TO OPEN IN PROGRAM"|"c:\Program Files\PROGRAM"|"c:\Program Files\PROGRAM"|"c:\Program Files\Mozilla Firefox\firefox.exe" "http://URL"
That works just fine in getting the job done. If I parse it with start| and |exit , it runs as normal, then opens up a new cmd.exe window at the end for the directory where the batch file is, leaving me with two of the things staring defiantely at me.

Sorry if I'm being incredibly obtuse here

edit: It's just the start| that causes the new window to open. The |exit on the end shows no change if it's there or not, regardless of if start| is at the begining.
__________________
" ' Big Mouth.
Remember it took three of you to kill me.
A god, a boy, and, last and least, a hero.' "

Last edited by Pellaz; 02-09-2005 at 09:25 AM..
Pellaz is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76