home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / qf100.zip / QF100.DOC < prev    next >
Text File  |  1993-06-06  |  27KB  |  515 lines

  1.  
  2.  
  3.  
  4.                          QuickFILES.BBS version 1.00                  Page 1
  5.  
  6.                     - Section I ∙ Program Documentation -
  7.  
  8.      Author's Note:  This program was originally release as Remote Access
  9. SpaceMaker (RAS) v2.25.  With the introduction of Remote Access 2.0, and
  10. it's new file structures,  which this program is NOT compatible with,
  11. I felt a new name was in order.  I wanted a name that would minimize
  12. confusion about it's purpose, Hence, QuickFILES.BBS.   However, this is not
  13. simply a re-issue of the same software with a new name.  There are many
  14. enhancements including lots of free memory when shelling to DOS, three way
  15. sorting, double the File Area capacity (238), mono-capable, noticeably
  16. faster overall processing, and more convenient file tagging features.
  17.  
  18.      QuickFILES.BBS is an Upload/Download File Area Manager written
  19. specifically for BBS Systems using the FILES.BBS style file maintenance. 
  20. Systems using the FILES.BBS structure include Remote Access v1.1 and
  21. QuickBBS. QuickFILES.BBS should be compatible with any BBS System that uses
  22. the FILES.BBS structure. Basically, this method involves having a text file
  23. (typically named FILES.BBS) in each directory, or File Area, that holds file
  24. descriptions on all the files in that File Area.  A file description is a
  25. line of text that contains the filename, the number of downloads, and a
  26. brief description of the file. 
  27.  
  28.      QuickFILES.BBS allows you to delete, move or rename files.  You can
  29. search File Areas for a filename or a string of text. You can search for
  30. files that are in the directory but not listed in the FileList (Orphan
  31. Files). You can edit file descriptions, including the number of downloads. 
  32. QuickFILES.BBS supports only one-line file descriptions, but each
  33. description may be a maximum of 256 characters (configurable).  The FileList
  34. can be sorted by filename, date, or number of downloads.  File Areas that
  35. contain private uploads (files typically stored in PFILES.BBS) can be
  36. configured to indicate when privately uploaded files exist.  You can also
  37. assign up to 24 external utilities that can be executed from within
  38. QuickFILES.BBS to perform various tasks on the files listed in the FileList.
  39. QuickFILES.BBS supports up to 238 File Areas, and between 300-800 files per
  40. area, depending on the length of the descriptions.
  41.  
  42.      QuickFILES.BBS was developed to have as many important functions as
  43. possible, all accessible with the fewest keystrokes possible, and at the
  44. same time be easy to set up and use.  Many of the functions are configurable
  45. to suit specific needs. This version is mono compatible.  Use the command
  46. line switch /m to invoke mono mode.
  47.  
  48.      QuickFILES.BBS is distributed as Shareware.  If you like the program,
  49. and would like to register, send $10 to:
  50.  
  51.                             Herman Nieuwendaal
  52.                             12203 Windvale Court
  53.                             Riverview, FL 33569
  54.  
  55.      Your registration number will be good for all future releases of
  56. QuickFILES.BBS!   For bug reports and questions, I can be reached on the
  57. club BBS of the Greater Tampa Bay Computer User Group:
  58.  
  59.                     SOFTWARE HEAVEN - Valrico FL
  60.                813-653-0431. PC Pursuit accessible: FLTAM.
  61.                     FidoNet Address - 1:377/41.
  62.     Latest version always available. File Request (Freq) filename is QFBBS.
  63.  
  64.  
  65.  
  66.                          QuickFILES.BBS version 1.00                  Page 2
  67.  
  68.                     - Section I ∙ Program Documentation -
  69.  
  70.  
  71.  
  72.      I would like to take this opportunity to mention a couple people who
  73. were very instrumental to the development of this program.  Gary Sweers,
  74. Sysop of Software Heaven, operating in Valrico FL, and Cy Leonard, SysOp of
  75. The Swap Shop. These guys supplied all the inspiration for QuickFILES.BBS,
  76. and also served as bug hunters through the many revisions of the program.  
  77.  
  78.  
  79.  
  80.      I would also like to acknowledge the efforts of Marty Del Vecchio,
  81. author of SWAP 3.0. This is an assembly routine that swaps almost all of
  82. QuickFILES.BBS out of the way when shelling to DOS or running one of the
  83. user defined utilities.  This greatly enhances the use of external programs.
  84. SWAP was originally written for use with C programming.  To the best of my
  85. knowledge, Joe Lizzy and Ron Pierce collaborated to modify the code to be
  86. compatible with QuickBASIC.  Thanks for a great utility!
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.                     The QFxxx.CNF Configuration File
  95.                     --------------------------------  
  96. Many of the functions of QuickFILES.BBS may be modified by editing the
  97. configuration file.  It may be edited with any text editor.  The Directives
  98. are described in the second section of this DOC file.  All configuration
  99. Directives are also described briefly in the QFxxx.CNF file.  The default
  100. setting for each option is also shown in brackets to the right of the
  101. Directive Description in the configuration file.  Several of the options
  102. described in the first section of this DOC file have associated Directives
  103. defined in the configuration file.  The Directive name associated with each
  104. option, if any, will be listed at the end of the option description.  
  105.  
  106.  
  107.  
  108.                          QuickFILES.BBS version 1.00                  Page 3
  109.  
  110.                     - Section I ∙ Program Documentation -
  111.  
  112.      Before discussing the functions of QuickFILES.BBS, I would like to
  113. offer one strong suggestion to SysOps operating in a multi-tasking
  114. environment. QuickFILES.BBS is intended to be used for BBS maintenance when
  115. there are NO users on line.  Considerable effort has gone into making
  116. QuickFILES.BBS safe to use, including file locking (The DOS network file
  117. manager SHARE.EXE must be loaded), and the detection of files locked by
  118. another application or the BBS.  Much testing has been done and no known
  119. problems exist.  QuickFILES.BBS will not open a FileList that is locked by
  120. the BBS. If the BBS attempts to update a FileList while QuickFILES.BBS has
  121. it locked, such as during an upload, it will not be able to do so.  You
  122. would need to update the FileList manually in this case.  Still, the best
  123. bet for smooth operation of both the BBS and QuickFILES.BBS is to do your
  124. file maintenance while the BBS is idle.
  125.  
  126.  
  127.      There are two main displays in QuickFILES.BBS.  The File Area Display
  128. and the FileList Display.   
  129.  
  130. File Area Display:
  131. ----------------- 
  132.      The display that first comes up when QuickFILES.BBS is executed is the
  133. File Area Display.  This display shows a list of all the available File
  134. Areas as defined in the configuration file.  Hard Drive free space is shown
  135. in the upper right hand corner as well as the full path to the currently
  136. selected File Area.  All options active from this display are shown on the
  137. menu bar at the bottom of the screen. Options are selected by pressing the
  138. hot key indicated by a Red letter for each option.
  139.  
  140.  
  141.  
  142. FileList Display:
  143. ----------------
  144.      The second display is the FileList Display.  This display is presented
  145. once a File Area has been selected from the File Area Display.  This display
  146. shows the contents of the FileList, along with pertinent information about
  147. the files in the File Area including size, date and number of files, total
  148. size of files, and disk free space.  Again, all options active from this
  149. display are shown on the menu bar at the bottom of the screen. Some options
  150. have multiple options.  As with the File Area Display, standard options are
  151. selectable by pressing the hot key indicated by a Red highlighted letter.  A
  152. Yellow hot key indicator means that option has a secondary function,
  153. selectable by pressing the ALT key and the hot key.  A Cyan hot key
  154. indicator means there is a third function, available by pressing the CTRL
  155. key and the hot key. 
  156.  
  157.  
  158.  
  159.                          QuickFILES.BBS version 1.00                  Page 4
  160.  
  161.                     - Section I ∙ Program Documentation -
  162.  
  163.      All options are described in order of appearance from left to right on
  164.      the option bar at the bottom of each display.
  165.  
  166. File Area Display Options:
  167. -------------------------
  168. Cursor Movement:    Use the Arrow, Home, End and Tab keys to move the
  169.                     cursor.  Press enter to open the selected directory.
  170.  
  171. Make Directory:     Allows user to make a directory, and optionally append
  172.                     it to the list in the QFxxx.CNF configuration file.
  173.  
  174. Orphan Search:      Searches the selected File Area for files that are not
  175.                     listed in the FileList.  If any are found, the filenames
  176.                     are shown. The files found may be added to the FileList,
  177.                     if desired.  A default comment may be attached to Orphan
  178.                     files added to the FileList.
  179.                     -QFxxx.CNF Directive Name: OrphanComment
  180.  
  181. Locate String:      Prompts user for a string to search for. May be a
  182.                     filename or any string of text in the file description. 
  183.                     The search will begin in the currently selected File
  184.                     Area.  If no match is found, the search will continue in
  185.                     the next File Area.
  186.  
  187. Edit Config File:   This option will call the QFxxx.CNF configuration file
  188.                     into an external text editor.  A valid editor must first
  189.                     be defined in QFxxx.CNF before this option will
  190.                     function.  This option is great for adding File Areas or
  191.                     modifying user options from within QuickFILES.BBS.
  192.                     -QFxxx.CNF Directive Name: ExtEditor
  193.  
  194. Drop to DOS:        Shells to the DOS prompt for small tasks. 
  195.                     QuickFILES.BBS remains in memory and can be resumed by
  196.                     typing 'EXIT' at the DOS prompt.  QuickFILES.BBS can
  197.                     optionally be swapped to XMS, EMS or Disk when shelling
  198.                     to DOS, freeing up more memory for DOS functions.  Be
  199.                     careful not to load TSRs while shelled out of
  200.                     QuickFILES.BBS. 
  201.                     -QFxxx.CNF Directive Name:    SwapQF
  202.                                                   SwapFile
  203.  
  204. Private Uploads:    This option is only visible/active if you enable private
  205.                     uploads to one or more File Areas and there are private
  206.                     uploads existing.  Private Uploads are stored in a
  207.                     seperate list usually named PFILES.BBS.  The File
  208.                     Area(s) containing private uploads will be highlighted
  209.                     in bright Cyan.  To process private files, Move the
  210.                     cursor to the File Area containing them, and press the
  211.                     hot key 'P'.  Files may then be processed as usual. They
  212.                     may be moved to any File Area, or the descriptions may
  213.                     be moved to the public FileList of the same File Area.
  214.                     -QFxxx.CNF Directive Names:   PrvtFiles 
  215.                                                   PFileList
  216.  
  217.  
  218.  
  219.                          QuickFILES.BBS version 1.00                  Page 5
  220.  
  221.                     - Section I ∙ Program Documentation -
  222.  
  223. FileList Display Options:
  224. -------------------------
  225.  
  226. Untag All      Always works the same, untagging ALL tagged files.
  227. Files:
  228.  
  229. Tag All Files: This option has dual functions.  The primary function,
  230.                invoked by pressing the hot key 'T', will tag all existing
  231.                files in the FileList. It will not tag comment lines or file
  232.                names that were not found. The secondary function (ALT-T)
  233.                will tag all file descriptions and comment lines.  The file
  234.                info at the top of the display is updated as files are tagged
  235.                or untagged.  The 'Projected Free' value reflects how much
  236.                space would be freed up on the hard drive if the selected
  237.                files were deleted, or otherwise removed from the drive. 
  238.                This does not apply when moving files to another directory on
  239.                the same drive.
  240.  
  241. Move Files:    Moves the selected file or files, along with their respective
  242.                descriptions, to another File Area.  A check is done to make
  243.                sure files of the same name are not over written.  Files can
  244.                be moved to another partition or disk, including A: or B:
  245.                floppy drives. If moving files to another File Area on the
  246.                same drive, the file is simply renamed, resulting in very
  247.                fast moves.  Files that cannot be moved for any reason will
  248.                be listed when the move operation is completed.
  249.  
  250. Rename File:   Renames the file, changing both the actual filename in the
  251.                File Area and the recorded file name in the FileList.
  252.  
  253. Delete Files:  This option has dual functions. The primary function deletes
  254.                the selected file or files from the File Area, and erases the
  255.                file description from the FileList.  The secondary function
  256.                (Alt-D) deletes only the file description from the FileList,
  257.                and leaves the file intact.  This option may be used when it
  258.                is desired to retain the file or files, but not have them
  259.                publicly listed in the FileList.
  260.  
  261. Insert:        Inserts a blank line in the FileList for the purpose of
  262.                including a header or comment line in the FileList.  Headers
  263.                and Comment lines must always begin with at least one space
  264.                character so that QuickFILES.BBS will not attempt to process
  265.                them as a file description.
  266.  
  267.  
  268.  
  269.                          QuickFILES.BBS version 1.00                  Page 6
  270.  
  271.                     - Section I ∙ Program Documentation -
  272.  
  273. Edit File      Allows the user to edit the description of the selected
  274. Description:   file.  The cursor column position within the FileList is
  275.                shown at the right of the line being edited, to indicate the
  276.                overall length of the file description.  Remember that the
  277.                actual file description in the FileList includes the
  278.                filename, number of downloads, & description, but not the
  279.                size or date of the file. Therefore, the cursor position
  280.                within the FileList will be different from the cursor
  281.                position on the screen.  A menu of active edit keys is shown
  282.                at the bottom of the display.
  283.  
  284. Locate String: Looks for a filename or string of text in the current File
  285.                Area.  If not found, the search may be continued, at the
  286.                user's option, in the next File Area.
  287.  
  288. Sort FileList: This is a tri-function option.  The primary function sorts
  289.                the FileList by filename.  The secondary function (Alt-S)
  290.                sorts the FileList by file date.  The third function (Ctrl-S)
  291.                sorts the FileList by number of downloads.  The FileList will
  292.                be saved as last sorted when the File Area is exited.
  293.  
  294. ZipView:       This option is intended to load an external utility that will
  295.                display the contents of a zipped file.  The QFxxx.CNF file
  296.                must be set up properly for this function to work.  As an
  297.                example, the config file is set up for PKUNZIP (R)*, but any
  298.                zip viewing utility should work.  Notice how the -vm switch
  299.                is used in the config file.  This is what PKUNZIP requires.
  300.                Other utilities may require a different switch, or none at
  301.                all!
  302.                -QFxxx.CNF Directive Name: ZipViewer
  303.  
  304. Print Files:   Produces a print out of the FileList.  The output will
  305.                normally be sent to the printer (indicated by [PRN]), but can
  306.                be redirected to a disk file (indicated by [DSK]) if desired,
  307.                by pressing ALT-P.
  308.  
  309. User Options:  This option will call external utilities to do processing on
  310.                files in the current File Area.  It is similar to the ZipView
  311.                option above, except that a menu is displayed to show the
  312.                options available.  The utilities and key assignments must be
  313.                defined in the QFxxx.CNF file.  Up to 24 utilities can be
  314.                defined, 12 on the Function Keys and 12 more on the Alt-
  315.                Function Keys.  The F and Alt-F Keys are hot even when the
  316.                menu is not being displayed.  This means the desired utility
  317.                can be called without first calling the menu if the F key is
  318.                known.  There are several examples shown in the QFxxx.CNF
  319.                file to get you started using this very powerful feature.
  320.                -QFxxx.CNF Directive Names:   F1Key - F12Key
  321.                                              @F1Key - @F12Key
  322.  
  323.      *PKUNZIP is a product of PKWARE Inc., All Rights Reserved.
  324.  
  325.  
  326.  
  327.                               QuickFILES.BBS v1.00                    Page 1
  328.  
  329.         - Section II ∙ Setting Up The QF100.CNF Configuration File -
  330.  
  331.  
  332.      QuickFILES.BBS is configurable to many different needs through the
  333. configuration file QF100.CNF. By editing commands (called Directives),
  334. several features can be customized by the user.  This file describes each
  335. Directive and how to implement it.  I suggest keeping a copy of the original
  336. config file in a safe place. 
  337.  
  338.      All path statements are limited to 50 characters.  Definitions longer
  339. than this will cause errors when QuickFILES.BBS attempts to access the
  340. offending path.  Each Directive name MUST be terminated by a colon (:).  Any
  341. Directives not terminated by a colon will not be recognized!  Any Directive
  342. can be set to the Default Setting by commenting out the line containing that
  343. Directive with an apostrophe (').
  344.  
  345.      The QF100.CNF file is basically laid out in four sections.  The first
  346. section is a series of comments briefly describing each of the Directives,
  347. including the Default Settings.  Following the Directive Descriptions is the
  348. area where most of the Directives are actually defined.  The third section
  349. is where the UserOptions are assigned to the F Keys.  The last section is
  350. the list of File Areas that QuickFILES.BBS will have access to.
  351.  
  352.  
  353.  
  354. Following is an explanation of each Directive:
  355.  
  356. DLCharacter:   Default Setting = [
  357.      This is the character used to enclose the number of downloads value. 
  358.      QuickFILES.BBS uses this when sorting the FileList by number of
  359.      downloads.
  360.  
  361. EditMode:      Default Setting = TYPEOVER
  362.      This is a Directive for the Internal Line Editor, which is used for
  363.      editing file descriptions, renaming files, and other data entry.  It
  364.      can be set to start up in TYPEOVER or INSERT mode.
  365.  
  366. ExtEditor:     Default Setting = EDIT
  367.      After setting this Directive manually the first time in the QF100.CNF
  368.      file, QuickFILES.BBS will be able to edit the Config file on the fly. 
  369.      You need only specify the editor of your choice. The only requirements
  370.      are, 1) the editor you specify must have the ability of accepting a
  371.      filename from the DOS command line, and 2) the editor must be in your
  372.      DOS path, or in the same directory that QuickFILES.BBS is started from.
  373.  
  374. F1Dir:         Default Setting = C:\BBS\BACKUP
  375.      During a file move operation, pressing F1 causes the selected files to
  376.      be moved automatically to this File Area, eliminating the need to
  377.      select the Target File Area with the cursor.  This can save keystrokes
  378.      if you have a work directory that you frequently use to collect files
  379.      for tape backup or other maintenance.
  380.  
  381.  
  382.  
  383.                               QuickFILES.BBS v1.00                    Page 2
  384.  
  385.         - Section II ∙ Setting Up The QF100.CNF Configuration File -
  386.  
  387.  
  388. FileList:      Default Setting = FILES.BBS
  389.      This is the name of the file that contains the filenames and
  390.      descriptions for each directory (This is typically FILES.BBS, but other
  391.      names are possible).  There is one FileList file in each File Area.  
  392.  
  393. OrphanComment: Default Setting = Previously unlisted file added by SysOp
  394.      QuickFILES.BBS can search a File Area for files that are not listed in
  395.      the FileList, and add those filenames to the FileList if desired.
  396.      QuickFILES.BBS gives you the option of including this default file
  397.      description with files that are added to the file list.  You may edit
  398.      this description to say anything you like, but it may not exceed the
  399.      length defined in the Directive RecordLen: (See below)
  400.  
  401. PrvtFiles:     Default Setting = C:\BBS\PUP
  402.      This option tells QuickFILES.BBS if it should look for private uploads. 
  403.      If private uploads are allowed to all File Areas, set this option to
  404.      YES. If private uploads are allowed to only one File Area, then specify
  405.      that File Area.  If set to YES, QuickFILES.BBS searches all listed File
  406.      Areas for the existence of private uploads on startup.  Depending on
  407.      the number of File Areas, this can cause some delay.  If a single File
  408.      Area is specified, then only that File Area is searched.  In either
  409.      case, File Areas containing Private Uploads will be highlighted in Cyan
  410.      on the File Area Display Screen.
  411.  
  412. PFileList:     Default Setting = PFILES.BBS
  413.      The name of the file that contains the filenames and descriptions of
  414.      private uploads. (Typically PFILES.BBS)  If private uploads are not
  415.      permitted, set this option to NONE.
  416.  
  417. RecordLen:     Default Setting = 256
  418.      File descriptions include the filename, number of downloads, and brief
  419.      file description.  QuickFILES.BBS can handle between 300 to 800 files,
  420.      depending on the average length of the descriptions.  A FileList
  421.      containing 500 files can be processed if the average length of the
  422.      descriptions is 80 characters.  
  423.  
  424. TrackDrive:    Default Setting = C:\
  425.      QuickFILES.BBS will monitor the specified drive and report free space
  426.      available.  Also reports projected free space when files are tagged,
  427.      assuming files will be deleted or moved to another drive.
  428.  
  429.  
  430.  
  431.                               QuickFILES.BBS v1.00                    Page 3
  432.  
  433.         - Section II ∙ Setting Up The QF100.CNF Configuration File -
  434.  
  435.  
  436. ZipViewer:     Default Setting = UNZIP.EXE -vm, File, Y, N
  437.  
  438.      The contents of a .ZIP file can be viewed from within QuickFILES.BBS.
  439.      There are four parameters to set here, each separated by commas:
  440.        1) The executable name of your favorite ZIP viewing utility.
  441.        2) What command line parameter to pass. There are 3 choices here;
  442.                A) File - Pass only the Filename.
  443.                B) Path - Pass the full path, including filename.
  444.                C) None - Don't pass anything.
  445.        3) Pause before returning to QuickFILES.BBS, Yes or No.
  446.        4) Rescan the Directory upon returning to QuickFILES.BBS, Yes or No.
  447.  
  448.      The utility specified in parameter 1 must be in your DOS path.
  449.  
  450.      If parameter 2 is set to File, the filename currently highlighted by
  451.      the cursor bar will be passed to the utility.  QuickFILES.BBS always
  452.      changes to the selected directory, so the filename is all that is
  453.      required in most cases.  If parameter 2 is set to None, the specified
  454.      utility will start up as if it were started from DOS with no command
  455.      line parameters.
  456.  
  457.      If the output of the zip viewing utility is overwritten before it can
  458.      be read,  then set parameter 3 to YES. QuickFILES.BBS will wait for a
  459.      key press before clearing the screen.
  460.  
  461.      If you use a utility that can change a zipfile's status(size or date),
  462.      set parameter 4 to YES. Then QuickFILES.BBS will rescan the File Area
  463.      before continuing.  Rescanning takes time so do so only if necessary.
  464.  
  465. SwapQF:        Default Setting = No
  466.      When shelling to DOS, QuickFILES.BBS will attempt to swap itself out to
  467.      XMS, EMS, and then Hard Disk, in that order.  If successful, only 2k of
  468.      program will remain in memory.  This frees up a lot of extra memory for
  469.      DOS activities.  This includes both the shell to the DOS prompt and
  470.      UserOptions functions.  This feature has proven to be very reliable,
  471.      but it may be disabled, if desired.  If disabled,  a drop to DOS may
  472.      still be performed, but there will be approximately 160k less free
  473.      memory available.
  474.  
  475. SwapFile:      Default Setting = QFSWAP.!!!
  476.      If sufficient XMS or EMS memory is not available for QuickFILES.BBS to
  477.      swap out to, then it will swap out to the Hard Disk, saving itself to
  478.      the filename defined by this Directive.  When the DOS shell or
  479.      UserOption is exited,  the swap file is deleted before QuickFILES.BBS
  480.      restarts.
  481.  
  482.  
  483.                               QuickFILES.BBS v1.00                    Page 4
  484.  
  485.         - Section II ∙ Setting Up The QF100.CNF Configuration File -
  486.  
  487.  
  488. UserOptions - User Defined External Programs:
  489.  F1Key: - F12Key:   F key assignments
  490. @F1Key: - @F12Key:  Alt-F key assignments
  491.      The next section of the config file is the User Defined External
  492.      Programs, or UserOptions.  Up to 24 external programs can be assigned,
  493.      12 to the F keys, and 12 more to the ALT-F keys.  The parameters and
  494.      functions here are exactly as described in the ZipViewer option above,
  495.      except for one addition parameter for menu text.  This is the text that
  496.      will appear on the User Options Menu.  Menu text is limited to 40
  497.      characters.  The active keys are hot keys whenever a FileList is open. 
  498.      This means they can be pressed without first calling the UserOptions
  499.      Menu, and the assigned program will be launched.  There are a few
  500.      examples of this powerful feature shown in the QF100.CNF file.
  501.  
  502.  
  503. BBS File Area Assignments:
  504.  
  505.      The last section of the config file is the BBS File Area listing. 
  506.      QuickFILES.BBS will have access only to the File Areas listed here. 
  507.      Any valid drive, directory, or subdirectory may be assigned, so long as
  508.      the full path is specified and does not exceed 50 characters. 
  509.      Directory names must be all the way to the left, and any line beginning
  510.      with a space or apostrophe will be ignored.  The maximum number of File
  511.      Areas allowed is 238. 119 File Areas can be displayed on one screen. 
  512.      If there are more than that, a Pg1 or Pg2 symbol will be displayed in
  513.      the lower right hand corner of the screen.  Press PageUp or PageDown to
  514.      change pages.
  515.