1.

Solve : Command question?

Answer»

What is the difference between

IF EXIST %1 and IF X == X%1 ?


I understand that the IF command will Execute a command if a condition or set of conditions is true
if exist [d:][PATH]filename.ext   command

if  string1==string2  command



Discussion

No Comment Found