home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / VGA_HERC.ZIP / VGA&HERC.DOC < prev    next >
Encoding:
Text File  |  1990-11-15  |  1.7 KB  |  51 lines

  1. The VGA&HERC utilities are intended for those who have installed both
  2. a primary VGA monitor and a secondary herc. mono monitor.  This is the
  3. configuration used by MS Codeview for Windows 3.0.
  4.  
  5. These drivers have been released into the Public Domain.
  6.  
  7. Here is some usage info. I have determined from corresponding with the
  8. author and experimenting myself.
  9. The VGA&HERC.TXT file contains additional info.
  10.  
  11. This package contains three utilities:
  12.      COLR-DRV.SYS, MONO-DRV.SYS and TOD.COM
  13.  
  14. The two drivers (.SYS files) allow output redirection to the "other" monitor.
  15. The author cautions against redirecting to the "current" monitor.
  16. Example:
  17.     If the VGA is the "current" monitor, you can display the output of DIR
  18.     on the mono. monitor as follows:
  19.         DIR>MONO
  20.  
  21.     Similarly if the mono. monitor is "current"
  22.         DIR>COLOR
  23.     will redirect output of DIR to the VGA.
  24.  
  25. Note that MODE can switch between the two monitors.
  26. Ex:
  27.     MODE MONO and MODE CO80
  28.  
  29. Install COLR-DRV.SYS and MONO-DRV.SYS via device= lines in CONFIG.SYS.
  30. For example:
  31.     device=c:\colr-drv.sys
  32.     device=c:\mono-drv.sys
  33.     
  34. TOD is a TSR that displays the time of day in the upper left corner of
  35. whichever monitor it is started from.
  36. Example:
  37.         MODE MONO
  38.         TOD
  39.         MODE CO80
  40.     will start TOD on the mono. monitor.
  41. When I tried the above, the mono. monitor filled with garbage but the TSR
  42. seemed to install and work correctly and the garbage was removed by CLS.
  43.  
  44. The .SCR files are DEBUG scripts that will create the above utilities.
  45. You may need to change the name of the driver to avoid conflicts with
  46. other utilities.  The driver name is specified in the DW line in the .SCR
  47. files.
  48.  
  49. Enjoy!
  50. Tombo.
  51.