: hi is there a componant to run another application from a delphi program?
: i am using delphi 1
: thanks,
: ed.
:
Try the ShellExecute() or Exec() functions. See help files for more info.
If you need more control, then you can also use the CreateProcess() API function. See windows sdk for more info on that one.