2.14.2.9 instOPX

Brief Information

Install an Origin XML Package

Command Line Usage

1. instopx;

2. instopx myopx;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
File Name fname

Input

string

fname$

Name of opx file to be installed.

Verbose verbose

Input

int

0

Specify if notify success when install opx done.

Description

This X-Function is use to install Origin XML Package.

Examples

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;

Related X-Functions