How can i shell another programm where the path to this program includes spaces (i hate this).
shell "C:\Myfile.exe" => works
shell "C:\Program Files\NotMyFile.exe" => does not work, because it's interpreted as:
Call program "C:\Program" with parameter "File\NotMyFiles"
Any help appreciated.
Thanks.
shell "C:\Myfile.exe" => works
shell "C:\Program Files\NotMyFile.exe" => does not work, because it's interpreted as:
Call program "C:\Program" with parameter "File\NotMyFiles"
Any help appreciated.
Thanks.
Comment