home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / 1pr2a.arc / E490H.DOC < prev   
Encoding:
Text File  |  1988-03-18  |  2.9 KB  |  54 lines

  1.                    1PR2 version 1.0 -- (C) 1988  F.M. de Monasterio
  2.                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.                     ┌───────────────────────────────────────────┐   
  4.                     │   For personal, non-commercial use only.  │
  5.                     │   May not be sold - All rights reserved.  │
  6.                     └───────────────────────────────────────────┘
  7.  
  8.  Purpose       Printer Port utility which swaps the pointer addresses
  9.                for printer ports 1 and 2 in the BIOS area so that the
  10.                selected port serves the PRN.  Also checks the current
  11.                port assigned to the PRN.  
  12.                                                                            
  13.  Input         Switch "S" for swapping ports, "C" for checking current
  14.                the current port being used by the PRN, or "E" to avoid
  15.                screen messages (for batch file use).
  16.  
  17.  Output        1PR2 exits with the errorlevel set to 0 (wrong syntax),
  18.                to 1 (port 1 active), or to 2 (port 2 active).                        
  19.                 
  20.  Pragmatics    Syntax: 1PR2 [S, C, or E]
  21.                        where   S = swap ports 1 and 2
  22.                                C = print current port
  23.                                E = set errorlevel only
  24.  
  25.  Enviroment    This software has been tested in an IBM AT running with
  26.                an Inboard 386/AT (Norton SI index 17.6) under DOS 3.1x
  27.                or 3.2x.  The code was compiled with the Microsoft MASM
  28.                version 5.0
  29.  
  30.  Release       This copyrighted software is distributed free of charge
  31.                for personal, non-commercial use only. The author makes
  32.                no warranties, neither implied nor expressed, including
  33.                without  limitation any  warranties with respect to the
  34.                quality,  performance,  and/or fitness of this software
  35.                for any particular purposes.  The entire risk as to the
  36.                quality and performance of this software rests with the
  37.                user.  In no event  shall the  author be liable for any
  38.                damages  (whether direct, indirect, special, incidental
  39.                or consequential) arising from the use of or any defect
  40.                in the software.  By using the software you acknowledge
  41.                to (1) have read and understood every one and all parts
  42.                of the disclaimer and (2) have agreed with and accepted
  43.                every one and all of its provisions.
  44.  
  45.  Distribution  The ARCed package contains the following files with the
  46.                noted CRCs:
  47.  
  48.                ????h    DOC           03-18-88   00:00   CRC: see name
  49.                1PR2     COM           03-18-88   00:00   CRC: 26EAh    
  50.  
  51.                This DOC file contains 3,014 characters in 350 words and
  52.                53 lines. The 4 digits in its name represent the CRC sum
  53.                in hexadecimal of this DOC file.
  54.