G
Guest
Why doesn't the following batch file command work in XP?
if (%1%) == () dir a:
When the following command does work:
if (%1%) == () dir
Fred
if (%1%) == () dir a:
When the following command does work:
if (%1%) == () dir
Fred