SAVE PROCESS

From Macros Wiki
Jump to navigationJump to search

Up

Command

SAVE_PROCESS <process filename> [<clear process list>]


Save current processes to a process (.prc) file.

Parameters

<process filename>
Process filename. Use the complete pathname if it is not in the same folder as the macro.

Example

SAVE_PROCESS "shape.prc"
SAVE_PROCESS "c:\my_processes\shape2.prc"