I need to pass parameter line AB CD
to a batch file from the command line. This parameter refer to a file name.
If I use use AB CD
the script just pick the first part and return Unable to find the file AB.txt
If I put quote around my parameters like "AB CD"
the I got
"AB CD".txt
Illegal characters in path.