Xref: utzoo comp.windows.ms.programmer:930 comp.windows.ms:9340 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!pacbell.com!att!cbnewsh!twb From: twb@cbnewsh.att.com (thomas.w.beattie) Newsgroups: comp.windows.ms.programmer,comp.windows.ms Subject: Re: Second monitor question Message-ID: <1991Feb15.220219.19856@cbnewsh.att.com> Date: 15 Feb 91 22:02:19 GMT References: Distribution: usa Organization: AT&T Bell Laboratories Lines: 41 In article schanin@oracle.com writes: >I just ordered a second monitor (monocrome with Herc compatible card) >for use with Code View. I was wondering if there was any way to use >it as part of an expanded windows desktop when code view wasn't >running. In case this description isn't clear, what I'd like to do is I think the comp.windows.ms FAQ includes some info on using MODE to switch DOS between VGA and MDA. Works fine for straight DOS, in a DOS window you will lose the cursor :-) There should be a package on Simtel and in c.b.i.p archives named vga_herc.zip (or some approximation of that :-) The VGA_HERC utilities are intended for those who have installed both a primary VGA monitor and a secondary herc. mono monitor. This is the configuration used by MS Codeview for Windows 3.0. This package contains three utilities: COLR-DRV.SYS, MONO-DRV.SYS and TOD.COM The two drivers (.SYS files) allow output redirection to the "other" monitor. Example: If the VGA is the "current" monitor, you can display the output of DIR on the mono. monitor as follows: DIR>MONO Similarly if the mono. monitor is "current" DIR>COLOR will redirect output of DIR to the VGA. TOD is a TSR that displays the time of day in the upper left corner of whichever monitor it is started from. The .SCR files are DEBUG scripts that will create the above utilities. Enjoy! Tombo. --- Tom Beattie att!hoqaa!twb t.w.beattie@att.com