CREATE PROCESS
From Macros Wiki
Command
- CREATE_PROCESS <process type>, <process number>, <tool number>
- Create a process. Once created, use the SET_PROC_DATA command to set the process type.
- Then use SET_PROC_DATA again, once more for each process parameter.
Parameters
- <process type>
- Template:Process type
- <process number>
- Process number.
- <tool number>
- Tool number.
Example
- CREATE_PROCESS 1, 1 5
- Note. An alternative method to create a process is to use the LOAD_PROCESS_FILE command to load a saved process file, then change the appropriate data using the [SET_PROC_DATA]] command.