Hi, all,
Using the "launch" command within a stack, the following "batch" file can be started with this content:
HistData /AUTO "C:sym.dat"
"HistData" is the name of an executable program that requires the subsequent command line parameters in order to correctly work. Launching the .bat file with this content works fine.
However, I'd like to avoid the batch file use, and directly launch the executable program within my stack. Is there a way to pass the "/Auto "C:sym.dat" information to the launched executable?
Thanks in advance for any ideas.
launch executable with command line params
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: launch executable with command line params
Ken,
The following might work:
Best regards,
Mark
The following might work:
Code: Select all
put shell("HistData /AUTO" && quote & "C:sym.dat" & quote) into myResult
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode