Executing External Programs

  • Thread starter Thread starter Rasika
  • Start date Start date
R

Rasika

Hi

I've looked around trying to find how to do this with
little success. I am trying to see how I can
programatically execute another program from withing the
main program.

eg.

ExternalApplication.Run("\Program Files\Program.exe");
 
Thanks for your help

the problem was I was searching using the wrong keywords
such as "Executing", "External" etc. I would have needed
to have known "ShellExecute", etc to have got some
results. A bit of a catch 22.
 
Yes, that has occured to me after I posted. I think it was in one the
Schekley's stories - To ask a question properly one needs to know most of
the answer
 
Back
Top