[Gambas-user] Exec statement not working though equivalent Terminal command works

Fabien Bodard gambas.fr at ...626...
Thu Jul 10 11:55:12 CEST 2014


And if you use quote$ or quoting manually spaces ?
Le 10 juil. 2014 11:44, "John Rose" <john.aaron.rose at ...626...> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list