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
Another related tip is to use "%~1" instead of "%1". Type "CALL /?" at the command line in Windows to get more details.