Re: Run an application in a directory named with spaces
- Posted by sergelli Sep 13, 2016
- 2087 views
euphoric said...
Have you tried escaping the quotes?
void = system_exec("\"C:\\Program Files\\testWe.exe\"", 2)
Ok, so it works. Now the real problem and more difficult. Consider that "euwc" is in my path
void = system_exec("exwc \"C:\\Program Files\\testWe.EXW\"", 2)
How to make this line work?