#Login /path=sys:user>susi>
#ShellCommands 
?              F F 8  ?                    Print this message
path' sys:user>susi> F F 8 HOME                 Return to home directory
run' PASCAL    T T 4  COMPILE [file]       Compile the Pascal program -file-
run' pepper    T T 8  EDIT [file]          Edit -file-
run' TYPEFILE  T F 8  TYPE file            Display -file- on the screen
RUN            T T 8  RUN [file]           Execute program -file-
run' LINK.*    T T 8  LINK [file]          Link the Pascal program -file-
run' DIRECT    F F 8  DIRECTORY [pattern]  List files whose names meet -pattern
run' DIRTREE   F F 8  DIRTREE              Lists the Directory-Tree
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' FLOPPY    F F 8  FLOPPY               Transfer files to/from floppy
DISMOUNT       F F 8  DISMOUNT flop|hard   Stop use of floppy or harddisk
MOUNT          F F 8  MOUNT flop|hard      Start use of floppy or harddisk
PATH           F F 8  PATH pathname        Set the current path
SCREENSIZE     F F 8  SCREENSIZE n         Shrink screen for next program run
HELP           F F 8  HELP [keyword]       Explain -keyword- (may be a program name or empty)
STATISTICS     F F 8  STATISTICS yes|no    Start|stop displaying run statistics

#havehelp  

     Pascal
     Copy
     Delete
     Details
     Direct
     Editor
     Floppy
     Print
     Rename
     SetSearch
     TypeFile

#end


! 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
!
