Search found 1 match

by demossj
Thu Jun 06, 2013 12:42 am
Forum: Windows
Topic: Using Shell Command To Open App In Windows
Replies: 9
Views: 20386

Re: Using Shell Command To Open App In Windows

I'm pretty sure you need to surround the path with quotes in the shell command.

Code: Select all

on mouseUp
   set the hideconsolewindows to true
   get shell("quote & C:\Program Files\yourAppName.exe & quote")
end mouseUp