David Huby’s Blog Technical and business stuff

19Dec/080

Use the CALL command when nesting batch files

When nesting batch files, you must use the CALL command

first.bat

echo Begin first.bat

CALL second.bat

echo End first.bat 

If the "CALL" command is not used, "echo End first.bat" will never be executed.

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.