Run process with spaces in executable file name
Posted: Sat Jan 19, 2008 11:06 am
I feel myself dumb today: how to run process (by 'process' function) if name of executable file contains spaces? (Very common case if it resides under "Program Files"). I have tried quoting -- no luck. Quoting for '!' and 'exec' works (although in a non-trivial way), but for 'process' it fails.
In fact I am trying to emulate 'fork' by calling 'process' with '(main-args)' joined back. Maybe there is a better way to do this?
In fact I am trying to emulate 'fork' by calling 'process' with '(main-args)' joined back. Maybe there is a better way to do this?