Page 1 of 1
Run an external program from within a script
Posted: 2025-06-10 00:49:07
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.

Re: Run an external program from within a script
Posted: 2025-06-11 15:19:08
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: ''.