| View previous topic :: View next topic |
| Author |
Message |
John Dammeyer Guest
|
Posted: Sat Jan 08, 2005 4:17 am Post subject: Running other applications from inside a Delphi app. |
|
|
I can't seem to find the system call that allows me to launch a
windows command line application with arguments. Essentially I need
to run a PIC programmer from an application that modifies the hex file
with a new serial number. The EPIC progammmeer software can be
command line driven and will return success but I need to launch it
from within the Delphi app.
Suggestions?
Thanks
John
|
|
| Back to top |
|
 |
Rob Kennedy Guest
|
Posted: Sat Jan 08, 2005 5:50 am Post subject: Re: Running other applications from inside a Delphi app. |
|
|
John Dammeyer wrote:
| Quote: | I can't seem to find the system call that allows me to launch a
windows command line application with arguments.
|
Question 1 from the FAQ.
http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm
--
Rob
|
|
| Back to top |
|
 |
John Dammeyer Guest
|
Posted: Sat Jan 08, 2005 8:15 am Post subject: Re: Running other applications from inside a Delphi app. |
|
|
Found the solution in ShellExecute(). Works like a charm.
[email]johnd (AT) STRIP (DOT) autoartisans.com[/email] (John Dammeyer) wrote:
| Quote: | I can't seem to find the system call that allows me to launch a
windows command line application with arguments. Essentially I need
to run a PIC programmer from an application that modifies the hex file
with a new serial number. The EPIC progammmeer software can be
command line driven and will return success but I need to launch it
from within the Delphi app.
Suggestions?
Thanks
John
|
|
|
| Back to top |
|
 |
AlanGLLoyd Guest
|
Posted: Thu Jan 27, 2005 9:01 am Post subject: Re: Running other applications from inside a Delphi app. |
|
|
In article <41df9679.1128177333 (AT) news (DOT) islandnet.com>,
[email]johnd (AT) STRIP (DOT) autoartisans.com[/email] (John Dammeyer) writes:
| Quote: | Found the solution in ShellExecute(). Works like a charm.
|
No it doesn't - it works like correct code works, there's NO mumbo-jumbo or
magic about it, just knowledge.
You too can have that knowledge if you pursue it avidly. <g>
Alan Lloyd
[email]alanglloyd (AT) aol (DOT) com[/email]
|
|
| Back to top |
|
 |
|