G
Guest
How can I check several variables with a if statement?
if NOT "%1" == "" goto WHATEVER
this works fine, but how can I check several variables like if %1 AND %2??
Basically I like to check if %1 and %2 is set, otherwise print help and exit

if NOT "%1" == "" goto WHATEVER
this works fine, but how can I check several variables like if %1 AND %2??
Basically I like to check if %1 and %2 is set, otherwise print help and exit
