like if I had a text file called:
mainDebug.txt
and it contained the lines:
bat type_of_debug.txt
bat other_type_of_debug.txt
Could I run it and expect the latter 2 bat files to run and preform the lines that they themselves contain? Ok I know that I'd get a script command error.. why? it's not a script command.. the geck even makes sure you know by telling you if you try to compile "bat" in a script.
How to achieve something along these lines?
I was actually going to put a final bat file at the end that would start it over with mainDebug.. thereby getting a loop of constant debug data separated into files (new scof at the start of each bat file). But now I'm stuck. If I can't execute a bat with a bat.. is there another way to autoexecute a bat? or at least only have to do it one? FOSE LABEL/GOTO stuff.. are scirpt commands. some kind of trigger(using the term very loosely) i can use?