L
LarryP
I've encountered a problem with a shell command not liking filepaths with
spaces. For example, Shell("c:\My Special Folder\Do This.bat") fails, but
Shell("c:\MySpecialFolder\DoThis.bat") works. Anybody know a solution that
will make the names with spaces acceptable to the Shell command? I don't
always have the power to change the file or folder names.
spaces. For example, Shell("c:\My Special Folder\Do This.bat") fails, but
Shell("c:\MySpecialFolder\DoThis.bat") works. Anybody know a solution that
will make the names with spaces acceptable to the Shell command? I don't
always have the power to change the file or folder names.