I am trying to open an application on my machine from my titanium app. But I can't get it to work.
I have the following but nothing happens:
Titanium.Desktop.openApplication('C:Program FilesRevelation Sight and SoundRevelationSS.exe');
Is this correct? (newbie)
Also I would like to close my titanium app after the other application opens, how would I check to make sure the application opened before I close my app?
4 Answers
Accepted Answer
Are you making sure to include two \'s in your string?
Ah Ha, didn't know that.
Any thoughts on how I would go about checking to make sure the application opens before I close my app?
Thanks for the help.
Any thoughts on how I would go about checking to make sure the application opens before I close my app?
Thanks for the help.
Your Answer
Think you can help? Login to answer this question!