Link to home
Start Free TrialLog in
Avatar of dima_sherman
dima_sherman

asked on

What is the command to run other app?

I maen,
in turbo pascal this command is: exec();
i need to know what is the command in Delphi
i want to run e.g the app netscape.exe what is the comand
line?
ASKER CERTIFIED SOLUTION
Avatar of JimBob091197
JimBob091197

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dima_sherman
dima_sherman

ASKER

You ll need to add more info next time!
I think you'll find that I gave you more info than you asked for:
"What is the command to run other app?" ... "In Turbo Pascal this command is: exec(); I need to know what is the command in Delphi."

I gave you TWO commands, and an example.  If you know how to use Exec in Turbo Pascal, then WinExec shouldn't need much explaining...  CreateProcess was merely there for your info.  Delphi's helpfile will spoon-feed the rest to you.

By the way, you're welcome.