Next: , Previous: , Up: Monitor   [Contents][Index]


12.6 General commands

cd <directory>

Change the working directory.

device [c:|8:|9:]
dev [c:|8:|9:]

Set the default address space to either the computer (c:) or the disk (8:|9:).

dir [<directory>]
ls [<directory>]

Display the directory contents.

pwd

Show current working directory.

mkdir <directory>

Create directory.

rmdir <directory>

Remove directory.

radix [H|D|O|B]
rad [H|D|O|B]

Set the default radix to hex, decimal, octal, or binary. With no argument, the current radix is printed.

log [on|off|toggle]

Control whether the monitor output is logged into a logfile. If the argument is ’on’ then all output will be written into the logfile. If the argument is ’off’ then no log is produced. If the argument is ’toggle’ then the current mode is switched. No argument displays the current state.

logname "<filename>"

Sets the filename of the logfile.