Re: Run an application in a directory named with spaces
- Posted by euphoric (admin) Sep 12, 2016
- 2093 views
sergelli said...
Hello
A long time ago I posted here asking how to use this line in a Euphoria program
void = system_exec("C:\\Program Files\\testWe.exe", 2)
and to the present day, still can not solve the problem. Does anyone have a solution today?
Thanks in Advance
Have you tried escaping the quotes?
void = system_exec("\"C:\\Program Files\\testWe.exe\"", 2)