Re: Run an application in a directory named with spaces
- Posted by petelomax Sep 14, 2016
- 2061 views
sergelli said...
What is Phix's system_exec... ????
Please advise what is the secret.
Phix is my version of OpenEuphoria, see http://phix.is-great.org/
But you may not have to replace OpenEuphoria: if you go to https://bitbucket.org/petelomax/phix/src and download builtins/syswait.ew - but (important) click on the revision dropdown (top left, just before the words "Full commit") and select the oldest version (2015-08-27 init) that should still be OE compatible, but I haven't tested it for a while.
HTH, Pete
Edit: the latest version of syswait.ew has some Phix-specific Linux code in it that is not OE-friendly, which you'd have to delete, which is why I suggest getting the older version.