ISInterface:RunCommandFile
Jump to navigation
Jump to search
Contents
Syntax
- bool RunCommandFile(char *Filename)
Purpose
To run a command file
Usage
Parameters
- char *Filename
- Filename of the command file
Return Value
- bool
- Returns true on success, false on failure
Examples
Run a command file
- pISInterface->RunCommandFile("CommandFiles\\test.ice")