Quick question:
Are there an circumstances where a command must be in uppercase or lowercase in a windows batch file? Apart from options/switches?
Only the metavariable (loop-control variable) in a for
loop is case-sensitive AFAIAA. Note that set
string-replacement suffers the opposite problem - it is case-insensitive for the string-to-be-replaced.