-
Notifications
You must be signed in to change notification settings - Fork 1
Exec
mtbeek32 edited this page Feb 20, 2024
·
7 revisions
File, Folder and Read functions exec(ute)
- exec(command)
exec(command) executes the command argument.
if the results of the exec command (for instance a list of files to be imported) are used further in the process, use the exec_ec function to make sure the command is executed or an error code is generated.
- command with string value type
container calc := exec('calc.exe');
result: runs the Windows calculator
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.