TCC vs CMDEBUG

Jun 11, 2018
28
0
I am planning on buying one of the two and was wondering if I buy TCC is there ahy other difference with CMDebug other then it defaults to DOS syntax?
 

rconn

Administrator
Staff member
May 14, 2008
12,557
167
It depends on what you're looking for.

CMDebug is a batch debugger that includes a run-time version of TCC (TCC-RT).

TCC is a command interpreter replacement for CMD, that also includes a batch debugger.

If you do extensive work at the interactive command line, you'd want TCC (or Take Command). If all you do is write CMD-compatible batch files, then CMDebug is all you need.
 

Similar threads