How to launch an external application
Posted: Thu Jan 21, 2010 9:02 pm
Hi again,
this time I want to launch an external application through a button.
The documentation says:
I already tried to combine it like "defaultfolder\external.exe"
but this doesn´t work.
So I would like to know how I can get the path to my defaultfolder or how I can create the launch command using my defaultfolder to search for the external executable?
Any help will be appreciated,
Masterchief
this time I want to launch an external application through a button.
The documentation says:
Well my external is in the defaultfolder and now I want to know how I can get the path to my defaultfolder or how I can create the launch command using my defaultfolder to search for the external executable.13.1.2 Launching other applications
Use the launch command to launch other applications, documents or URLs. To launch
an application, supply the full path to the application. The following example opens a text
document with TextEdit on OS X:
launch "/Users/someuser/Desktop/text document.rtf" with \
"/Applications/TextEdit.app"
I already tried to combine it like "defaultfolder\external.exe"
but this doesn´t work.
So I would like to know how I can get the path to my defaultfolder or how I can create the launch command using my defaultfolder to search for the external executable?
Any help will be appreciated,
Masterchief