Is there a way to copy a file that has a comma "," in the file name.
With COPY FILE &cSource TO &cDest I get a DOS Error 123.
I cannot control the original filename so I have to somehow work with the "," in the filename.
I will also need to be able to delete this file without generating an error.