home *** CD-ROM | disk | FTP | other *** search
/ The California Collection / TheCaliforniaCollection.cdr / his034 / swaplpt.doc < prev    next >
Text File  |  1991-08-10  |  896b  |  18 lines

  1.                            SWAPLPT.COM
  2.                                by
  3.               Chris Lindberg
  4.  
  5. This simple .COM file is used to swap the port addresses of LPT1
  6. and LPT2.  This utility is handy when you have two different printers
  7. attached to your IBM PC.
  8.  
  9. Because this utility is called from DOS (and not BASIC), it is best
  10. used in AUTOEXEC.BAT files when using .EXE or .COM programs that
  11. don't let you specify which parallel printer is to be used.  To use it
  12. in an AUTOEXEC.BAT file, just enter the following while in DOS:
  13.  
  14.                A>copy con:autoexec.bat           [Return]
  15.             swaplpt                           [Return]
  16.                ....next command                  [Return]
  17.                    ....and so on                 [Return]
  18.