Assume my cmdlines.txt is as follows:
[COMMANDS] "batch1.cmd" "batch2.cmd"
Will propietary variables (i.e. set command) definied in batch1.cmd for the first time still be available when batch2.cmd is run?
thx!
Posted 22 October 2004 - 01:07 PM
[COMMANDS] "batch1.cmd" "batch2.cmd"
Posted 22 October 2004 - 02:32 PM
[COMMANDS] "command.cmd"
set var=variable call batch1.cmd call batch2.cmd
Posted 23 October 2004 - 05:06 AM