Executing an ADEdit script using ADEdit
You can execute ADEdit script by invoking ADEdit on the command line or by making the script an executable file and invoking the script itself directly from the command line.
To execute an ADEdit script by invoking ADEdit on the command line:
- Open a shell.
- Type
adedit
followed by the name of the scriptFor example, if the name of the script is
my_adedit_scipt
and it is the current working directory, type:adedit my_adedit_script
If the script isn’t in the current working directory, specify the path to the script and any arguments if the script requires any.