LOAD PROCESS
From Macros Wiki
Command
- LOAD_PROCESS <process filename> [<clear process list>]
- Load an existing process (.prc) file.
Parameters
- <process filename>
- Process filename. Use the complete pathname if it is not in the same folder as the macro.
- <clear process list>
- 0=Do not clear the process tile list before loading the process file. 1=Clear the list (default).
Example
- LOAD_PROCESS "shape.prc"
- LOAD_PROCESS "shape2.prc", 1
- For an example macro see Use_Saved_Process