- Jan
- 4
- 0
Hi.
I started evaluating TakeCommand (batch debugger part), but can't get it working when one batch file calls another one:
- console shows me
though 2.bat is in the same directory where the main batch file is.
i attached files for fast check - without TakeCommand , using pure windows command interpreter, it works as expected, calling 2.bat and returning back to main batch.
Is it possible to debug such batch files in TakeCommand?
I started evaluating TakeCommand (batch debugger part), but can't get it working when one batch file calls another one:
Code:
call 2
Code:
TCC: C:\tst\1.bat [3] Unknown command "2"
i attached files for fast check - without TakeCommand , using pure windows command interpreter, it works as expected, calling 2.bat and returning back to main batch.
Is it possible to debug such batch files in TakeCommand?