View Single Post
Old 05-19-2004, 01:11 PM   #1 (permalink)
yatzr
Insane
 
yatzr's Avatar
 
is this possible with a batch file?

this may be a dumb question because i'm not all that familiar with the limits or possibilities of batch files, but here is what i would like to do.

I have one program that basically starts another program....but sometimes they interfere with each other and the second program doesn't start up right. Could i make a batch file that the first program calls (instead of calling the second program itself), and then the batch file would close the first program and open the second? Then I would need it to open the first program back up when I close the second program. Is it possible with batch files? Thanks for any help.
__________________
Mechanical Engineers build weapons. Civil Engineers build targets.
yatzr 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