Posted by Den on October 06, 2008 at 14:02:19:
I'm just learning about dos batch files and I'm wondering about the CALL command. If I write a batch file with CALL in it to start another batch file and if the other batch file I'm calling calls another batch file, will it ever come back to the first one? And what if the second (or third) batch file requires user input?