|
CodeMatrix implements a fully functional command line
interface to facilitate scripted access to the system, and
for users who prefer this interface model. There are two
modes of operation, shell mode and command line. To use
shell mode type cx at any system command prompt. The
CodeMatrix prompt appears.
Commands may then be entered at this command prompt.
Example;
|
|
|
| |
CodeMatrix>ls -l //
2003/06/08 rep 00000002 1 - //Admin/
2003/06/08 rep 00000404 1 - //3rdParty/
2003/06/08 rep 00000405 1 - //CodeMatrix/
2003/07/12 rep 0001815F 1 - //Web/
|
|
|
|
|
To use command line mode simply enter each command at
the operating system’s command prompt prefixed with
'cx'.
|
|
|
| |
CodeMatrix>ls -l //
2003/06/08 rep 00000002 1 - //Admin/
2003/06/08 rep 00000404 1 - //3rdParty/
2003/06/08 rep 00000405 1 - //CodeMatrix/
2003/07/12 rep 0001815F 1 - //Web/
|
|
|
|
|
A wide range of commands are available, and these are
detailed in the
reference
section. Alternately type;
for a list of supported commands or;
for help on a specific command.
|