Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Debugging CMD in Take Command

Mar
1
0
Guys, I try debuggers for TCMD27, CMDebug.
In their settings, you can choose: Settings \ CMD Syntax.
I'm trying to check this code:

Md Out
Set Begin=00:00:15
Echo %Begin%
Set /A Begin=%Begin:~,2%*3600+%Begin:~3,2%*60+%Begin:~-2%
Echo %Begin%

And although this code works correctly in CMD, it does not work correctly in debuggers.
So I do not understand, whether I do not know what, or whether these debuggers are not designed for correct debugging of CMD code?
 

Attachments

  • Test.bat
    167 bytes · Views: 301
Back
Top