
Contents |
Install an Origin XML Package
1. instopx;
2. instopx myopx;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| File Name | fname |
Input string | |
Name of opx file to be installed. |
| Verbose | verbose |
Input int | |
Specify if notify success when install opx done. |
This X-Function is use to install Origin XML Package.
To install a opx package whose name is the system variable fname$, use the following command:
instOPX;
To install a opx package whose name is "myopx", use the following command:
instOPX myopx;