Run an external program from within a script

If you need help on how to use the program
Post Reply
fulvio53s03
Posts: 769
Joined: 2007-04-28 05:46:43
Location: Italy

Run an external program from within a script

Post by fulvio53s03 »

Is it possible to run an external program from within a script? I think this topic has already been discussed but I can't find where it was discussed.
Thanks. :??:
antp
Site Admin
Posts: 9684
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: Run an external program from within a script

Post by antp »

Cf documentation:

Code: Select all

procedure Launch(command: string; parameters: string);
Executes an external file. This can be a program, a file, or a web address. "parameters" can be an empty string: ''.
Post Reply