Export path from jit.qt.movie

efortin's icon

I am having trouble using jit.qt.movie to convert an mp3 to wav. I can make the conversion happen with no problems except for when I try and send the export to a path with a space in the path name. For example I can export to C:/TempFile.wav, but I can not export to C:/Documents and Settings/UserName/. This not exporting to the correct path because the space in the path name acts as a seperator for a new argument. I have my export message going into jit.qt.movie as (export "C:/Documents and Settings/UserName/" 1). Everything within the parentheses is included in the message being sent to jit.qt.movie. What does happen is the export is made but to C:/ and names the file "Documents". Any help making jit.qt.movie understand where I want to export the file to would be great. Thanks in advance for the help.

Ben Bracken's icon

Are you specifying a file name and file type? like:

'export "C:/Documents and Settings/UserName/myFile.wav" wave 1'

-Ben