Board index » delphi » Info on how to run an executable from a pascal compiled executable

Info on how to run an executable from a pascal compiled executable

Quote
> I'm trying to run an existing program by writing a pascal source code that
> will open the existing program and run it.  It's kinda like a password
> verification program. Any suggestions?

  Sure: use Exec - look it up and read about/use all the associated
information, calls, and parameters.  Although Exec is the "key" there's a
lot more that's critical to making it work for you.
 

Re:Info on how to run an executable from a pascal compiled executable


I'm trying to run an existing program by writing a pascal source code that
will open the existing program and run it.  It's kinda like a password
verification program.
Any suggestions?
E-Mail:  tswo...@nefcom.net

Other Threads