
#Login
        /Path=:user>bob>

#ShellCommands 
BYE' OFF       F F 8  OFF                  Turn off the Perq
run' :boot>dp  F F 8  DRAW                 Draw Package from Dario
run' :boot>c100 F F 8 C100                 Concept 100 Emulator
run' DELETE    F F 8  DELETE [pattern]     Remove files meeting -pattern-
run' TYPEFILE  T F 8  TYPE [file]          Display -file- on the screen
run' DIRECT    F F 8  DIRECTORY [pattern]  List files whose names meet-pattern 
run' DIRECT    F F 8  LS [pattern]         List files (UNIX style)
PATH' :user>bob> F F 8  HOME                 Return to Home directory
PATH           F F 8  CD [directory]       Change to new dir (UNIX style)
run' emacs     T T 8  EDIT [file]          Edit -file-
run' PASCAL    T T 4  COMPILE [file]       Compile the Pascal program -file-
run' LINK.*    T T 8  LINK [file]          Link the Pascal program -file-
RUN            T T 8  RUN [file]           Execute program -file-
run' dirtree   F F 8  TREE                 Directory Tree
run' FTP       F F 8  FTP                  File Transfer Program
run' FLOPPY    F F 8  FLOPPY               Transfer files to/from floppy
run' SCAVENGER F F 2  SCAVENGER            Fix up the disk
run' COPY      F F 8  COPY src dst         Copy file -src- to file -dst-
run' COPY      F F 8  CP src dst           Copy file -src- to file -dst-
run' SETSEARCH F F 8  SETSEARCH [path|-]   Modify search list to include -path-
STATISTICS     F F 8  STATISTICS yes|no    Start|stop displaying run statistics
run' LOGIN.*   F F 8  LOGIN [name]         Start using the Perq as user -name-
DISMOUNT       F F 8  DISMOUNT flop|hard   Stop use of floppy or harddisk
?              F F 8  ?                    Print this message
HELP           F F 8  HELP [keyword]       Explain -keyword-
MOUNT          F F 8  MOUNT flop|hard      Start use of floppy or harddisk
PATH           F F 8  PATH pathname        Set the current path
run' DETAILS   F F 8  DETAILS              Show the current system environment
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
SCREENSIZE     F F 8  SCREENSIZE n         Shrink screen for next program run
SWAP           F F 8  SWAP n|y [partition] Don't swap | Swap to -partition-

#havehelp  

     Pascal
     Copy
     Delete
     Details
     Direct
     Editor
     Floppy
     Print
     Rename
     SetSearch
     TypeFile

#end

#Print
        220

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


