home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / pc-page.lzh / PC-PAGE.DOC < prev    next >
Text File  |  1983-12-11  |  7KB  |  185 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.            =================================================
  7.  
  8.                              PC-Page  V1.0
  9.  
  10.            =================================================
  11.  
  12.  
  13.  
  14.  
  15.      Purpose:
  16.  
  17.      PC-Page prevents  the annoying  habit many  programs have  of 
  18.      scrolling information up and off the screen before you have a 
  19.      chance to read it. 
  20.  
  21.      PC-Page breaks  long streams of output  into readable `pages' 
  22.      and waits for a keystroke between pages, thus allowing you to 
  23.      view information at your own pace. A `page' can be any number 
  24.      of lines between 2 and 100, and is set by the `Page' program. 
  25.      In practise, most people will find page lengths  of around 20 
  26.      to  25  most  convenient.  PC-Page  can  also  be placed in a 
  27.      dormant mode in which it will not affect the output stream.
  28.  
  29.      PC-Page  will  not  interfere  with  short  bursts  of output 
  30.      interspersed with input from the keyboard. PC-Page works with 
  31.      all programs, including BASICA and BASIC programs.
  32.  
  33.      Paging does not  have to be specified with  every command you 
  34.      enter.   Once installed, you  only need to  enter commands to 
  35.      change  the  page  size  you  are  working  with - `paging is 
  36.      automatic for every program executed. 
  37.  
  38.      PC-Page works  with DOS 1.1 and DOS 2.0,  and with the IBM PC 
  39.      and the PC-XT.
  40.  
  41.      PC-Page  works with all programs in your system. If it should 
  42.      interfere with  the natural  operation of  your program, just 
  43.      place  it in the  dormant mode (see  below). For example, you 
  44.      will  find  PC-Page  to  be  useful in conjunction with TYPE, 
  45.      BASICA, and DEBUG. 
  46.  
  47.      PC-Page  should  be   compatible  with  other   DOS  resident 
  48.      programs, and can be used in conjunction with either  or both 
  49.      of the  other subsystems  on this  disk. In  case of problems 
  50.      with  other   vendor's  programs,  instal  PC-Page  last.  If 
  51.      operation is  still incorrect,  please report  the problem to 
  52.      Datamorphics Ltd. at the address below. 
  53.  
  54.  
  55.      Installation: 
  56.  
  57.      The distribution disk contains four PC-Page related files:
  58.  
  59.            -  PC-PAGE.COM      This  file  instals PC-Page in your 
  60.      system. The program  executes as an  extension to DOS.  It is 
  61.      permanently resident and occupies  320 bytes of memory.  This 
  62.      program works with DOS 1.1 and DOS 2.0.
  63.  
  64.            -  PC-PAGE.D11       This file  instals PC-Page in your 
  65.      DOS 1.1 system. It is identical to PC-PAGE.COM except that it 
  66.      is further optimised to reduce space required in your DOS 1.1 
  67.      system. We assume that  if you are running DOS  1.1 then your 
  68.      memory space is  valuable to you. This  version occupies only 
  69.      272 bytes of memory. NOTE THAT IT DOES NOT WORK WITH DOS 2.0.
  70.              To use this version, copy it to your operational disk 
  71.      and rename it to PC-PAGE.COM.
  72.  
  73.            -  PAGE.COM         This  program  is  used  to set the 
  74.      `page' size. Any page  size from 2 lines to 100  lines can be 
  75.      used. Also,  specifying page size  0 will place  PC-Page in a 
  76.      dormant mode in which it will not affect the output stream.
  77.  
  78.            -  PC-PAGE.DOC      This  file  contains  documentation 
  79.      for PC-Page.
  80.  
  81.  
  82.      To  use  PC-Page,  we  suggest  that you copy PC-PAGE.COM (or 
  83.      PC-PAGE.D11) and PAGE.COM to your DOS disk. 
  84.  
  85.      PC-PAGE should  be executed  only once  per session,  usually 
  86.      just after the system is booted. The PAGE program is executed 
  87.      each time you want to change `page' size.
  88.  
  89.  
  90.  
  91.      Operation:
  92.  
  93.      PC-PAGE.COM should only be executed once, usually  just after 
  94.      the  system  is  booted.  It  can  be  incorporated  in  your 
  95.      AUTOEXEC.BAT file, if desired. On execution, the program will 
  96.      be made resident above DOS. Initially, the paging function is 
  97.      dormant: 
  98.  
  99.                        A>pc-page
  100.  
  101.      To set or change the `page' size, use the PAGE command with a 
  102.      page length specification:
  103.  
  104.                        A>page 24
  105.  
  106.      will set the  `page' size to 24 lines. Setting `page' size to 
  107.      0 will make PC-Page dormant again:
  108.  
  109.                        A>page 0
  110.      or
  111.                        A>page
  112.  
  113.      When operational, the paging software will break long streams
  114.      of output after the number of lines you specify, and output a
  115.      prompt `Hit any key to continue . . .' Output will then pause
  116.      until you  enter a character  at the keyboard.  Note that the
  117.      character will not be passed to the program executing. 
  118.      Entering the `Control-Break'  sequence will end the pause and
  119.      will pass `Control-Break' to the program executing.
  120.  
  121.  
  122.      Payment:
  123.  
  124.      This subsystem is one  of three on the distribution diskette. 
  125.      If you  find this, or  any of the  others, to be  valuable on 
  126.      your  personal computer,  please submit  a payment  of $20.00 
  127.      together with your name and address to - 
  128.  
  129.  
  130.                           Datamorphics Ltd.,
  131.                              P.O. Box 820,
  132.                              Stittsville,
  133.                                Ontario,
  134.                             Canada K0A 3G0.
  135.  
  136.  
  137.      Registered  users will  be kept  informed of  updates and new 
  138.      software available from Datamorphics Ltd.
  139.  
  140.      Regardless of whether you decide to pay for this program, you 
  141.      are encouraged  to copy the distribution diskette and pass it 
  142.      on  to  friends  and  associates,  provided  only  that   you 
  143.      distribute the complete contents  of the diskette, and do not 
  144.      modify the  programs or  charge for  distribution (except for 
  145.      diskette costs). 
  146.  
  147.  
  148.      User Supported Software:
  149.  
  150.      This  program  is   part  of  the  User   Supported  Software 
  151.      experiment. Its objectives are:
  152.  
  153.        1.   To  permit  users  to  evaluate  a software package at 
  154.      leisure on their own  systems before deciding whether  or not 
  155.      to purchase it.
  156.  
  157.        2.   To  offer  an  alternate  means of  distribution which 
  158.      benefits both user and publisher: The publisher benefits from 
  159.      low distribution and advertising costs. This saving is passed 
  160.      on  to  the  user  in  two  ways  -  a  lower  price; and the 
  161.      availability of small  packages which could not  be published 
  162.      cost effectively through traditional channels. 
  163.  
  164.        3.   To  provide a means  of  software  distribution  which 
  165.      encourages  rather  than  restricts  the  copying  and casual 
  166.      distribution of programs. This distribution system we believe 
  167.      to   be  more  suited  to  the  electronic  medium  than  the 
  168.      traditional systems which seek to restrict access to software 
  169.      packages. 
  170.  
  171.  
  172.      To Obtain a Copy of PC-Page:
  173.  
  174.      If  you would like a copy of  PC-Page, but do not have access 
  175.      to  it  via  a  friend  or  acquaintance,  the   program  and 
  176.      documentation  can be  obtained from  the above  address upon 
  177.      payment of $20.00. 
  178.  
  179.      PLEASE NOTE that due to  the low price of this  software, and 
  180.      the costs  of mailing  and handling,  Datamorphics Ltd.  will 
  181.      only distribute this  program directly on pre-payment  of the 
  182.      $20.00 license fee. 
  183.  
  184.  
  185.