I\'m doing a simple batch file that requires one argument (you can provide more, but I ignore them).
For testing, this is what I have so far.
if not
you have to do like this...
if not "A%1" == "A"
if the input argument %1 is null, your code will have problem.