Click or drag to resize

CSYS.iRun Method

Run a command line process.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iRun(
	string command,
	string args,
	int process
)

public static int iRun(
	string command,
	string args,
	int process
)

Parameters

command
Type: System.String
Command name
args
Type: System.String
Command line arguments
process
Type: System.Int32
Flags <define>SYS_RUN_TYPE</define> <define>SYS_RUN_DISPLAY</define> <define>SYS_RUN_HOLD</define> <define>SYS_RUN_WIN</define>

Return Value

Type: Int32
-1 if failed to execute task Exit status of the task
Remarks
The Default option for each define below is the first one and is set to 0. We look for the command object in the following order: 1. the local working directory 2. the <geosoft>\bin directory 3. the system path
See Also