And if you use quote$ or quoting manually spaces ?
Le 10 juil. 2014 11:44, "John Rose" <john.aaron.r...@gmail.com> a écrit :

> Fabien & Tobias,
>
> I previously asked this question
>
> Exec ["mplex", "-f", "8", "-o",  sCombinedPath , sVideoPath, sAudioPath]
> works provided that none of the paths contains a space. What do I amend
> the command to in order to allow for any/all of the paths containing a
> space (i.e. the equivalent of putting single quotes around each of the
> paths in the corresponding Terminal command)?I've tried doing:
> Exec ["mplex", "-f", "8", "-o",  "'"&sCombinedPath&"'",
> "'"&sVideoPath&"'", "'"&sAudioPath&"'"]
> but it didn't work.
>
> --
> Regards,
> John
>
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to