OPEN PACKAGE
From Macros Wiki
Jump to navigationJump to search
Command
- OPEN_PACKAGE <filename>
- Opens an existing package file.
Parameters
- <filename>
- Filename as either text in double quotes, or a text variable.
- If the filename does not contain full path information, then the file will be opened in the same folder as the macro.
Example
- OPEN_PART "MyPackage1.gcpkg"
- OPEN_PART "C:\Packages\MyPackage2.gcpkg"