How can I run a Prism script when there are spaces in the path name?
Prism gets confused if the SetPath command has a path with spaces:
But Prism works fine if you enclose the path in quotation marks:
If you are using VBA to generate the script, then use double quotes like this:
Print #1, "SetPath ""C:\My documents"" "