Install an Origin XML Package
1. instopx;
2. instopx myopx;
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
Name of opx file to be installed.
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;