Executing External Programs

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");
 
A

Alex Feinman [MVP]

R

Rasika

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.
 
A

Alex Feinman [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top