Description
Use of Spawn to open filenames that contain spaces
Use Case
\\\"spawn \\\"\\\"filename_that_does_not_contain_spaces.mp3\\\"\\\" will play the MP3 file using the pre-defined player whereas: spawn \\\"\\\"filename that contains spaces.mp3\\\"\\\" will not work It would be nice if the following would work: spawn \\\"\\\"\\\'filename that contains spaces.mp3\\\'\\\"\\\" Note: filename enclosed by single quotes\\\"
Importance
A quick and dirty way to open any file (MPE, XLS, PPT, DOC, etc..) that contain spaces
Type
Scripting/Coding
Operating System
Not Applicable
Status
Open