home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / 2screens.zip / 2SCREENS.DOC < prev    next >
Text File  |  1993-10-16  |  9KB  |  159 lines

  1.                                 2-Screens
  2.                                    by 
  3.                                  XtraSoft
  4.                                  Software
  5.  
  6. 2-Screens. What is it ? It's another Dos Text Based Utility.
  7. But if you code anything on your computer, it could be for you.
  8.  
  9. If your a programmer ( or someone who is always referring to another
  10. document in your computer ), you probably have wished that you had another
  11. monitor hooked up to your computer. ( You can hook a monochrome monitor with
  12. MDA, HGC, or EGA up to your computer with a color monitor. ) Well, sometimes
  13. it just is not feasible to go buy another monitor with a card to add that
  14. second but useful monitor to your computer ( $$$ ). And if you did have it
  15. hooked up, most programs do not make use of the second monitor anyways.
  16. Some software manufacturers support the second monitor, but only in ways that
  17. they believe help you, but in reality, is not that useful.
  18.  
  19. The whole idea of a second monitor is to make your system more useful for the
  20. tedious parts when using the computer. You could use DesqView(c) to use both
  21. monitors, but who wants to put more money into the system and make it more
  22. fragile ( adding more hardware and then more software will undoubtedly make
  23. your system more fragile, thus more likely to crash ).
  24.  
  25. Well, what if I said, " FOR $10, I WILL GIVE YOU THAT SECOND MONITOR. ". Well,
  26. you would probably say, yeah, I'll take it. Right ? . You already have that
  27. second monitor, but you probably don't know how to access it. For $10, I'll
  28. let you use my program that allows you to squeeze more Monitor out of your 
  29. Monitor...
  30.  
  31. That's right ! More Monitor out of your monitor.
  32.  
  33. What do you need ?
  34.    1. A color system, CGA or better.
  35.    2. IBM compatible computer with IBM compatible keyboard.
  36.       ( I've heard of problems with Tandy keyboards with other programs )
  37.    3. 784 bytes of your computer's memory.
  38.    4. $10 ?
  39.  
  40. The answer is 2-Screens. If you meet the requirements above, all you need
  41. is the right software. Granted, it is not quite as expensive as 2 monitors,
  42. and it doesn't use as much power as 2 monitors. It probably is not as 
  43. flexible as 2 monitors, but it sure is much cheaper.
  44.  
  45. 2-Screens. 2-Screens is a TSR program that you should load only prior to
  46. running any DOS Text based program that requires an additional monitor.
  47. Once you load it, press the Scroll-Lock key when you want to take a snap-
  48. shot of the screen. Then later on, when you want to refer to your snapshot,
  49. just press both Shift keys. Your snapshot will appear on your system. When
  50. your done with it, release one or both shift keys, and your system will
  51. return to normal.  Simple, huh. 
  52.  Easy. 
  53.      To save a screen, Press the Scroll-Lock key once.
  54.      To show your snapshot, press both Shift keys.
  55.  
  56.  When 2-Screens is loaded, the following message will appear.
  57.  
  58. ╔═══════════════════════════════════════════════════════════════════════════╗
  59. ║ 2-Screens.    Copyright 1993 XtraSoft Software.            version 2.0    ║
  60. ║ Author. Wayne Robbins.                                                    ║
  61. ║ 2-Screens was successfully loaded. For use with Single Monitor systems.   ║
  62. ║ Press <SCROLL-LOCK> to move text from current screen to a stored screen.  ║
  63. ║ Press both <SHIFT> keys to view stored screen.                            ║
  64. ║ 2-Screen. Alternate Screen Utility for Single-Monitor Color Systems.      ║
  65. ║           Use 2-Hercules for Hercules Monitor Systems.                    ║
  66. ║           Use Freeze-Frame for Multiple Monitor Systems.                  ║
  67. ╚═══════════════════════════════════════════════════════════════════════════╝
  68.  
  69.  Known problems or quirks at this time.
  70.    1. Never load  2-Screens more than once. All the 2-Screens will set
  71.       their internal flags, and change your working screen out. In the
  72.       end, you will no longer be on Page 0 ( the default screen ), but
  73.       your program will. If you can reset your page, you may be Ok. 
  74.       Elsewise, either try the key sequences that are required for you 
  75.       to exit, or lose it by pressing CTRL-ALT-DEL.
  76.       The point is, NEVER, NEVER load 2-Screens twice.
  77.    2. 2-Screens will not unload itself from memory. Use an Install/Remove
  78.       utility to do that. Most people that I have seen do not unload their
  79.       drivers and TSR's. So why waste memory for code that will allow the
  80.       TSR to unload itself. ( The unloading feature may be included later
  81.       if enough requests for that feature come in. At that time, I may also
  82.       make 2-Screens smart enough to refuse to load itself twice.
  83.       Also to 2-Screens benefit, it only occupies 784 bytes of user memory.
  84.    3. Do not use any program that sets or changes the status of the Scroll-
  85.       Lock key. This will toggle the 2-Screen function.
  86.    4. 2-Screens may not work with programs that themselves manipulate the
  87.       video pages. If the programs use less than 3 video pages, 2-Screens
  88.       may indeed work. To explain it better, here is the truth table
  89.       that 2-Screens works with.
  90.         
  91.             Capture Video Page                  Stores Page On
  92.                     0                                 3
  93.                     1                                 3
  94.                     2                                 0
  95.                     3                                 0
  96.  
  97.             This enables 2-Screens to try and keep at least 2 pages
  98.             away from the captured screen.
  99.  
  100.    5. If your monitor seems to twitch or flicker when you press the
  101.       Scroll-Lock key, it is normal. 2-Screens uses a unique method to
  102.       determine the number of lines on the screen. On slower machines,
  103.       this method causes a flickering or scrolling effect. 
  104.  
  105.    6. Do NOT press any other keys while both Shift-Keys are depressed.
  106.       This also implies that you should not depress both keys while
  107.       you have a moving display ( scrolling display ). Press the PAUSE
  108.       key first. Otherwise, your output may be sent directly to your
  109.       stored screen. This side-effect is caused by how these programs
  110.       are constructed. By design, they do not bring the system to a halt.
  111.       The CPU time used by these programs is kept to a bare minimum, and
  112.       therefore, it is not obvious that these programs are loaded.
  113.  
  114.    7. 2-Screens does not detect the type of video system that you have.
  115.       Simply use the right program for your system.
  116.       If you have ...
  117.          A color system .          Use 2-Screens.
  118.          A Hercules system.        Use 2-Hercules
  119.          A color and a monochrome. Use Freeze-Frame.
  120.          A Monochrome Display.     Not yet available.
  121.                                    A TSR for monochrome would be require
  122.                                    8800 bytes of memory. 
  123.                                    Ask for it if you need it.
  124.  
  125. Note: For the use of 2-Screens, or one of the other utilities,  I do request 
  126. that a donation be sent to me at...
  127.        Wayne Robbins
  128.        439 - B Atlantic Ave.
  129.        Fort Story, VA 23459
  130.  
  131. This donation is requested from all persons owning machines using this 
  132. software. Donations by businesses and firms, using this software
  133. on their machines, are mandatory. At $10 per license, that is not really
  134. a bad deal anyways.
  135.  
  136. And, as with all my software, any comments, suggestions, or complaints are
  137. welcome.
  138.  
  139. Note #2: 
  140. If you need a version for a Monochrome Display Adapter, please feel free to 
  141. contact me at the above address. ( If you have a modem, and you are 
  142. comfortable using it, please leave times when you are available, and the 
  143. number to your computer. This will allow you to get the latest revision. )
  144.  
  145. Note on loading 2-Screens with Freeze-Frame : It can be done. It is pretty
  146. simple to do. But it is important to get the order of load right. 
  147.    Load Freeze-Frame first, and then load 2-Screens. Loading in the other
  148.    order may chop off part of your screen that is saved on your color monitor.
  149.    These Freeze-Frame, if loaded as the second TSR, will disrupt 2-Screens
  150.    while 2-Screens is copying its own screen. The result is that part of
  151.    the color screen is rolled upwards. 
  152.    Loading Freeze-Frame first corrects for this anamoly.
  153.  
  154. Add'l note on Freeze-Frame : Freeze-Frame has a timed screen-blanker built
  155. into it. After 3276 clock ticks or 3 minutes after you last press a key,
  156. Freeze-Frame turns off the Monochrome display to prevent burn-in. If the
  157. display turns off, to restore it, simply depress both shift keys momentarily.
  158.  
  159.