The IDL compiler (console-scepter.exe) is invoked from an MS-DOS prompt. The general form of the command is:
console-scepter [options] file
which compiles the IDL file file. Only one filename can be supplied. Options can be prefixed with the character "/" or "-". Options that take a value must be separated from the value by a ":" character or whitespace.
The following invocation compiles the file bank.idl:
C:> console-scepter bank.idl