COPY PROCESS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=COPY_PROCESS <from process number>, <to process number> | {{Command|syntax=COPY_PROCESS <from process number>, <to process number> | ||
|description=: | |description=:Make a copy of a process. | ||
|param1=<from process number>|param1_desc= | |param1=<from process number>|param1_desc=Original process number. | ||
|param2=<to process number>|param2_desc= New process tile | |param2=<to process number>|param2_desc=New process tile to be created. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:COPY_PROCESS 6 | :COPY_PROCESS 2, 6 | ||
[[Category:Procs]] | [[Category:Procs]] |
Latest revision as of 23:23, 14 January 2011
Command
- COPY_PROCESS <from process number>, <to process number>
- Make a copy of a process.
Parameters
- <from process number>
- Original process number.
- <to process number>
- New process tile to be created.
Example
- COPY_PROCESS 2, 6