GseosCmd.StartBatch
Previous  Top  Next

StartBatch(szFileName)

The StartBatch() function starts the execution of a GSEOS batch file. See batch files for a description of the GSEOS batch file format. Multiple files can be run at the same time. To check on the running batch files open the command dialog.

ParameterDescription     
szFileNameThe name of the batch file you want to start. Batch files have the file extension .cpb.     

Returns
None


Example

GseosCmd.StartBatch("mybatch.cpb")