Thanks.
Run an external program from within a script
-
fulvio53s03
- Posts: 781
- Joined: 2007-04-28 05:46:43
- Location: Italy
Run an external program from within a script
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.
Thanks.
Re: Run an external program from within a script
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: ''.