- Sep
- 1
- 0
I am still using 4NT ver 4.00a. If I upgrade to TCC/LE, am I likely to encounter any problems with my existing batch files using 4NT command language?
Thanks!
Guy
Thanks!
Guy
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> I am still using 4NT ver 4.00a. If I upgrade to TCC/LE, am I likely to
> encounter any problems with my existing batch files using 4NT command
> language?
Guy Scharf wrote:
TCC/LE is intended for people switching from CMD, not 4NT. It is
missing some of the commands, variables, and functions in the full TCC
-- whether that will affect you will depend on what you're using in your
existing batch files.
The help file for TCC and TCC/LE has a section detailing the differences.
Rex Conn
JP Software
one notable change is the way how TCC parses parameters: It replaces "=" with a blank! I wonder if this is intention or a bug?
Intentional, to match the behavior of current CMD.EXE. (It's not just TCC/LE; the full [paid] Take Command does the same thing.)
I see, indeed, stunning!
Any way to suppress it, or the quotes are now mandatory?
Intentional, to match the behavior of current CMD.EXE. (It's not just TCC/LE; the full [paid] Take Command does the same thing.)
I have been happily using 4NT 3.02B (paid version via CD Suite R5) for many years. I'm obviously way overdue for an update, but wondering whether my existing meticulously and beautifully hand-crafted BTM scripts will break.Rex Conn wrote:
TCC/LE is intended for people switching from CMD, not 4NT. It is
missing some of the commands, variables, and functions in the full TCC
-- whether that will affect you will depend on what you're using in your
existing batch files.
The help file for TCC and TCC/LE has a section detailing the differences.
Rex Conn
JP Software
> ---Quote (Originally by rconn)---
> I have been happily using 4NT 3.02B (paid version via CD Suite R5) for many years. I'm obviously way overdue for an update, but wondering whether my existing meticulously and beautifully hand-crafted BTM scripts will break.
>
> Is there a way to see the differences between TCC and TCC/LE without having to install one first?