Welcome!

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

SignUp Now!

if command

  1. jaejunks

    Done Option for case-sensitive string comparison in IF command (for CMD compatibility)

    For example, consider the simple code below. if abc == ABC echo this should never match Under CMD and even DOS' command prompt, the above condition will never be true. i.e. the default string comparison is case-sensitive. However, the default string comparison in Take Command and TCC is...
Back
Top