Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

Cannot step into and/or call another .bat file when debugging .bat file

$
0
0
I'm debugging a .bat file and there is a line like the following:

Code:
call scripts\some_other_script.bat

But, when I try to step into that script (F11 key) there is a message in the cmd window that says

TCC: ...\path\to\bat\file.batch_file.bat [line number] Unknown command "scrip[ts\some_other_script.bat"

How do I step into another batch file? Even if I don't try to step into the batch file it still fails as above.

Viewing all articles
Browse latest Browse all 1689

Trending Articles