Re: Run an application in a directory named with spaces

new topic     » goto parent     » topic index » view thread      » older message » newer message
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) 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu