home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / scrutl19.zip / README.DOS < prev    next >
Text File  |  1992-04-06  |  4KB  |  85 lines

  1. This is the documentation of SCRUTIL.COM and SCRBLANK.EXE, a DOS &
  2. Windows screen saver.
  3.  
  4. It is no longer supported and maintained as long as I have enough
  5. work to do for (and under) OS/2. It is included with the OS/2
  6. version which I use now only for completeness.
  7.  
  8. Kai Uwe Rommel,
  9. Muenchen, Germany
  10. rommel@informatik.tu-muenchen.de
  11. February 24 1992
  12.  
  13. ---------------------
  14.  
  15. SCRUTIL 9.1 - (c) Kai Uwe Rommel - Aug 21 1991
  16.  
  17. This is the first public release of SCRUTIL & SCRBLANK, the successor
  18. of the EGAUTIL screen saver (from which it inherited the version
  19. number). Beginning with this release, it now supports also 8514/A
  20. graphics cards. Because of this I have renamed it from EGAUTIL to
  21. SCRUTIL.
  22.  
  23. This is a screen saver on which I have been working for a long time.
  24. It runs on EGA or VGA under DOS and has some special features. It
  25. monitors not only the keyboard but also a Microsoft-compatible mouse,
  26. if installed (compatible on driver level, Logimouse was tested with an
  27. earlier version). With the /8 option, it blanks also 8514/A graphics
  28. cards. This was tested with a WD (Paradise) 8514/A+ but should work
  29. with IBM and ATI 8514/A cards as well. It does not require any kind
  30. of resident adapter interface software to be loaded (such as IBM's
  31. HDI or WD's WDAI, they are not required). Also, it can blank a
  32. secondary monochrome Hercules display, if installed. See the help page
  33. for details.
  34.  
  35. I added a DLL, SCRBLANK.EXE, for use under Windows. This DLL establishes a
  36. system hook and notifies the screen saver of Keyboard and Mouse events.
  37. They communicate via the multiplex interrrupt (INT 2F). This DLL works
  38. under Windows 3.0 or newer only (in all three modes, real, standard and
  39. 386 enhanced). The INT 2F seems to be clean to be called in protected
  40. mode, even in 286 standard mode (the INT 2F is the preferred method for
  41. communication with TSR's under DOS anyway). Without this DLL loaded, the
  42. screen will never be blanked in standard or enhanced mode.
  43.  
  44. I have tested it under Windows 3.0 with heavy load and it always worked
  45. well. But if you have problems with it, please report them to me.
  46.  
  47. The screen is blanked by completely switching off the display(s). That means
  48. if you would like some pictur/graphics/animation, then this one is not
  49. for you ..., but this has the advantage that all the Windows do not have
  50. to be repainted when the screen is switched back on.
  51.  
  52. I wanted the screen (and the monochrome debugging display) to be
  53. *completely* blanked. I find these animated screen savers boring after a
  54. while - so I wrote one that is boring from the beginning :-)
  55.  
  56. When running Windows with SCRBLANK.EXE, if the mouse is moved into the upper
  57. right corner of the display, the screen is blanked instantly. If it is
  58. moved into the lower right corner, the screen will never be blanked.
  59.  
  60. When running plain DOS without Windows, the screen can be blanked manually
  61. by pressing Sys-Request (Alt-PrintScreen) and then the key S (short clicks 
  62. are heard when pressing these two keys).
  63.  
  64. Install the screen saver main program SCRUTIL.COM in AUTOEXEC.BAT with
  65.  
  66.     SCRUTIL /I /D:delay [/M [/F]] [/8] [/2]
  67.  
  68. The delay is in minutes, /M means a mouse is installed (probably you all have
  69. one), /8 means a 8514/A is installed, /2 means a secondary monochrome display
  70. is installed. If /M is used, /F can be used too to indicate that all
  71. mouse init function calls should be converted into fast-init's that save
  72. a lot of the annoying mouse-init delays.
  73.  
  74. Put the SCRBLANK.EXE into WIN.INI into the "Load=" line
  75.  
  76.         Load=SCRBLANK ...
  77.  
  78. (You perhaps have more programs listed in this line).
  79.  
  80. Kai Uwe Rommel
  81. Muenchen, Germany
  82. rommel@informatik.tu-muenchen.de
  83.  
  84.  
  85.