home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / prtsc.lzh / PRTSC.DOC < prev   
Text File  |  1986-08-18  |  7KB  |  246 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                                       PrtSc
  23.                             The Print Screen Utility
  24.                                    Version 1.0
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                      Copyright (c) 1986 By David L. Drosselmeyer
  48.                                  All Rights Reserved
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                         1
  62.         PrtSc - The Print Screen Utility
  63.  
  64.  
  65.         PrtSc is being distributed as shareware.  As such, you can freely copy
  66.         and distribute the program provided that:
  67.  
  68.                   1.)  The  distributed  copies of both the program  and  this
  69.                        documentation are unaltered.
  70.  
  71.                   2.)  No  charge  is  made for  copies  of  the  program.  An
  72.                        exception  is made for registered users groups who  may
  73.                        charge a cost-based fee not to exceed $10.
  74.  
  75.                   3.)  This  documentation  file must accompany the  PrtSc.Com
  76.                        file.
  77.  
  78.         If  you find this program to be of use to you a contribution of up  to
  79.         $15  is  requested.  For your $15 contribution you  will  receive  the
  80.         latest  version of the program as well as the assembly source code for
  81.         the program.
  82.  
  83.         I  ask  that you help me distribute this software by sharing  it  with
  84.         friends and uploading it to bulletin boards.  If you have any problems
  85.         with  this software or have suggestions on how to improve  it,  please
  86.         let me know.
  87.  
  88.         Suggestions and contributions can be sent to me at:
  89.  
  90.                        David Drosselmeyer
  91.                        13141 Marsh Lane
  92.                        Oklahoma City, OK  73170
  93.  
  94.  
  95.  
  96.         PrtSc License Agreement
  97.         -----------------------
  98.  
  99.         By  accepting and using this software you agree that the  author  will
  100.         not be held responsible for any damages as a result of or arising from
  101.         the  use  of this software.  You accept this software as  is.  I  have
  102.         tested this software under many circumstances and have had no problems
  103.         with its performance.
  104.  
  105.  
  106.  
  107.         PrtSc System Requirements
  108.         -------------------------
  109.  
  110.         IBM PCjr/PC/XT/AT or compatible
  111.         PC/MS DOS 2.0 or later
  112.         128K or  more (The resident portion of this program occupies just over
  113.              4K)
  114.         IBM Color/graphics adapter or compatible or
  115.         IBM Monochrome adapter or compatible or
  116.         IBM Enhanced  Color/graphics  adapter or compatible operating  in  CGA
  117.              mode
  118.  
  119.  
  120.  
  121.  
  122.                                         2
  123.         PrtSc - The Print Screen Utility
  124.  
  125.  
  126.         PrtSc Overview
  127.         --------------
  128.  
  129.         PrtSc gives you the options, upon pressing <Shift>-<PrtSc>, to:
  130.  
  131.              1.)   Print the screen to a printer as usual.
  132.  
  133.              2.)   Print the text of the screen to a file.
  134.  
  135.              3.)   Return to your application without printing anywhere.
  136.  
  137.         Options 2 & 3 are the added features. Options 2 allows you to save the
  138.         text  of the current 80 column screen in ASCII format to a  file  that
  139.         you specify when you install the program. This option is useful if you
  140.         wish  to  incorporate  the  contents  of a text  screen  into  a  word
  141.         processing document.  Option 3 allows you to return to you application
  142.         without doing anything else.  This option is ideal for the times  that
  143.         you  accidentally press the print screen sequence or if you don't have
  144.         a printer attached to your system.
  145.  
  146.  
  147.  
  148.         How To Install PrtSc
  149.         --------------------
  150.  
  151.         PrtSc can either be installed at the DOS prompt or in a batch file.  I
  152.         recommend  placing the installation instruction in  your  autoexec.bat
  153.         file.  That  way  the  program is installed when the system  is  first
  154.         started  up.  Since  the  program  can  only  be  installed  once  the
  155.         autoexec.bat file would be the most logical place to put the command.
  156.  
  157.         Install  PrtSc  as the last memory resident program  that  alters  the
  158.         print  screen  interrupt  vector.  This means to install  PrtSc  after
  159.         programs such as GRAPHICS.COM.  PrtSc can be installed before programs
  160.         such as SIDEKICK and PROKEY with out any problems.
  161.  
  162.         To install PrtSc enter the command:
  163.  
  164.                               PRTSC 'pathname'
  165.  
  166.         at the DOS prompt.  'pathname' can be any legal pathname.  I recommend
  167.         using  a  complete pathname including the  drive  specifer.  The  file
  168.         specified by the pathname is the file that will be used when option 2,
  169.         print  screen  to file,  is used.  If this file does not exist in  the
  170.         directory pointed to by the pathname,  it will be created.  If it does
  171.         exist, the current screen text will be appended to the file.
  172.  
  173.         To install PrtSc and use a file named PRTSC.TXT in the root  directory
  174.         of drive C:, use the command:
  175.  
  176.                               PRTSC C:\PRTSC.TXT
  177.  
  178.         Now,  whenever  you press F2 (Print screen to file) the file PRTSC.TXT
  179.         will either be appended to or created.
  180.  
  181.  
  182.  
  183.                                         3
  184.         PrtSc - The Print Screen Utility
  185.  
  186.  
  187.         If the command is entered properly, you will receive the messages:
  188.  
  189.         "PrtSc Utility Installed"
  190.         "Activate By Pressing:  <Shift>-<PrtSc>"
  191.  
  192.         If the program has already been installed,  entering the command above
  193.         will return the message:
  194.  
  195.         "PrtSc Utility Already Resident"
  196.  
  197.         And if the command is entered without the pathname specified you  will
  198.         receive the messages:
  199.  
  200.         "PrtSc Utility Not Installed"
  201.         "Correct Syntax:  PRTSC 'pathname'"
  202.  
  203.  
  204.  
  205.         How To Use PrtSc
  206.         ----------------
  207.  
  208.         PrtSc  is  very  straight forward and easy to use.  You  activate  the
  209.         program by pressing <Shift>-<PrtSc> as you normally would to print the
  210.         screen.  A menu pops onto the screen listing your options.  You simply
  211.         press  the  key  indicated for the option you wish and  then  you  are
  212.         returned to your application with your screen restored to its previous
  213.         state.
  214.  
  215.         The only restriction to using PrtSc is that it only works in 80 column
  216.         by  25 line text modes.  If you are in any other mode,  the screen  is
  217.         printed to the printer as it would be if PrtSc had not been installed.
  218.  
  219.         The  menu  that  pops  on the  screen  upon  pressing  <Shift>-<PrtSc>
  220.         contains 3 options listed as below:
  221.  
  222.                   F1  Print Screen To Printer
  223.                   F2  Print Screen To File
  224.                   Esc Return Without Printing Screen
  225.  
  226.         To  select  option 1 press function key 1,  to select option  2  press
  227.         function key 2 and to select option 3 press the escape key.  Any other
  228.         key pressed will cause the computer to beep.
  229.  
  230.         That's  all there is to it.  I hope you enjoy the program and find  it
  231.         useful.
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                                         4
  245.  
  246.