5 Commands
CommPlete Communications Server 45
lo, logout
Parameter: None
Description: The logout command ends the session for the current user, and displays the userid
prompt on the monitor.
Security: Guest
Example:
[0] A:\MMM # lo
Bye.
UserName:
loadmod
Parameter: None
Description: Loads a module into memory. If loaded successfully, then the module is available to be run.
Example:

[0] A:\MODULES # loadmod nocall

Module <NOCALL> loaded successfully

ls
See dir.
md, mkdir
Parameter: Pathname
Description: Make directory. The md command creates a directory with the path and file name assigned
by the pathname parameter.
Security: Supervisor
Example:
[0] A:\MMM # md mr.log
[1] A:\MMM # cd mr.log
[2] A:\MMM\MR.LOG #
more
Parameter: Filename or Path
Description: Displays the contents of a file, one page at a time. The user may press any key to continue, or
type the letter Q to quit.
Security: Guest
Example:
[04] A:\MMM # more mr4800.ini
[SecurityConfig]
UseridPrompt = ^m^jUserid:
PasswordPrompt = ^m^jPassword:
.
.
.