#Login /path=sys:user>bl>
        /CursorFunction=5
#ShellCommands 
?              F F 8  ?                    Print this message
run' PASCAL    T T 8  COMPILE [file]       Compile the Pascal program -file-
run' COPY      F F 8  COPY src dst         Copy file -src- to file -dst-
run' DELETE    F F 8  DELETE pattern       Remove files meeting -pattern-
run' DETAILS   F F 8  DETAILS              Show the current system environment
run' DIRECT    F F 8  DIRECTORY [pattern]  List files whose names meet -pattern-
HELP           F F 8  HELP [keyword]       Explain -keyword- (may be a program name or empty)
DISMOUNT       F F 8  DISMOUNT flop|hard   Stop use of floppy or harddisk
run' EDITOR    T T 8  EDIT [file]          Edit -file-
run' EMACS     T T 8  EMACS                Emacs-like version of pepper
run' PEPPER    T T 8  PEPPER               Screen Editor
run' FLOPPY    F F 8  FLOPPY               Transfer files to/from floppy
run' LINK.*    T T 8  LINK [file]          Link the Pascal program -file-
run' LOGIN.*   F F 8  LOGIN [name]         Start using the Perq as user -name-
MOUNT          F F 8  MOUNT flop|hard      Start use of floppy or harddisk
PATH           F F 8  PATH pathname        Set the current path
PAUSE          F F 8  PAUSE [comment]      Type -comment- and wait for RETURN
run' RENAME    F F 8  RENAME file newname  Change name of -file-
RERUN          T F 8  RERUN [arguments]    Execute last program with new arguments
RUN            T T 8  RUN [file]           Execute program -file-
run' SCAVENGER F F 2  SCAVENGER            Fix up the disk
SCREENSIZE     F F 8  SCREENSIZE n         Shrink screen for next program run
run' SETSEARCH F F 8  SETSEARCH [path|-]   Modify the system search list to include -path-
STATISTICS     F F 8  STATISTICS yes|no    Start|stop displaying run statistics
SWAP           F F 8  SWAP n|y [partition] Don't swap | Swap to -partition-
run' TYPEFILE  T F 8  TYPE file            Display -file- on the screen

#havehelp  

     Pascal
     Copy
     Delete
     Details
     Direct
     Editor
     Floppy
     Print
     Rename
     SetSearch
     TypeFile

#end

#print
        220


! The format of a line in the #ShellCommands section is:
!     word            what Shell is to do to implement this command
!                       (use apostrophe before special characters like space)
!     T/F             True if default file should replace empty argument
!     T/F             True if argument is to be new default file
!     1..8            when doing command, screen will be 128*(thisvalue)
!     command         the command name the user will type
!     string          explanation of the command
! In response to '?', the Shell removes the first four fields 
! and displays the line
!
