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 the following:
if "%1" == "" ( echo The variable is empty ) ELSE ( echo The variable contains %1 )