Does Mercator have problems writing to folders with spaces in the names? For instance, my output simply renames the file and places it in a destination folder:
=RUN("MyCopy","-WM -IE1S" + NUMBERTOTEXT( SIZE(CPIn)) + " " + CPIn + "-OF1 " + "E:\EC\AppData\Polk\TEST Folder\" + "VIN_AND_SYMBOL_REPORT_" + LEFT((LEAVEALPHANUM(DATETOTEXT(CURRENTDATE()))),4)
\Test Folder\ gives me an error. \TestFolder\ does not.
Is there a work around for this?
=RUN("MyCopy","-WM -IE1S" + NUMBERTOTEXT( SIZE(CPIn)) + " " + CPIn + "-OF1 " + "E:\EC\AppData\Polk\TEST Folder\" + "VIN_AND_SYMBOL_REPORT_" + LEFT((LEAVEALPHANUM(DATETOTEXT(CURRENTDATE()))),4)
\Test Folder\ gives me an error. \TestFolder\ does not.
Is there a work around for this?