The following example would compile the bank demo IDL file. The generated projects are placed in the subfolder called bank-protocol, bank-stubs and bank-skeletons in the current working folder.
console-scepter /prefix:bank bank.idl
The next example would compile the bank demo IDL file and place the generated projects in the folders c:\bank-client\protocol, c:\bank-client\stubs and c:\bank-client\skeletons.
console-scepter /language dylan /directory c:\bank-client bank.idl
The following example loads the Interface Repository with the definitions in the Bank demo IDL file:
console-scepter /back-end ir bank.idl
You can generate the Dylan projects at the same time using:
console-scepter /back-end:ir /back-end:dylan bank.idl