Got it working.  Ended up with this to get it working:

 launch "c:/Program Files (x86)/MyProgram/file.exe /P
"&QUOTE&"myfile.txt"&QUOTE


On Mon, Jun 30, 2014 at 3:07 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> Hello LC'ers,
>
> I need to launch a function within my LC application.  How would I
> properly format a launch URL statement that launches a file with command
> line options?  For instance, what I need to launch is:
>
> C:\Program Files (x86)\MyProgram\file.exe /P "myfile.txt"
>
> Every way I try to format the statement it does not work and get a "can't
> open file."
>
> Here is what I am currently trying but failing miserably with:
> launch url "file:c:\Program Files (x86)\MyProgram\file.exe /P
> "&QUOTE&"myfile.txt"&QUOTE
>
> Your help is always appreciated!
>
> SKIP
>
>
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to