D
David
I have some login scripts that are simple batch files used mainly for
mapping network drives. I have a need to have a batch file start another
program but I don't want it to wait around for the program to exit or
return. (I don't want the batch file to block, in .net programming terms).
start program.. and then exit. Can I do this with standard batch file
(2000/xp machines) or do I need to use WSH and vbscript? I know I can with
vbscript but I don't want to convert all my files if I don't have to.
mapping network drives. I have a need to have a batch file start another
program but I don't want it to wait around for the program to exit or
return. (I don't want the batch file to block, in .net programming terms).
start program.. and then exit. Can I do this with standard batch file
(2000/xp machines) or do I need to use WSH and vbscript? I know I can with
vbscript but I don't want to convert all my files if I don't have to.