Solve : How to get the first character of the argument?
Answer»
Hi All,
How to get the first character of command line argument from DOS Batch command?
Regards, Arjun.Apparently only environment variables can be expanded and not command line variables. There is ALWAYS a way to do things in the bizzare WORLD of DOS.