Re: Run an application in a directory named with spaces
- Posted by ne1uno Sep 12, 2016
- 2119 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?
use 8.3 name?
void = system_exec("C:\\PROGRA~1\\testWe.exe", 2)