home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / kylock.zip / SCRNKY.DOC < prev    next >
Text File  |  1987-06-16  |  5KB  |  101 lines

  1. SCRNKY.DOC for the IBM PC/XT & PCJR - 1987 by Ocean
  2.  
  3.  
  4.                KEYBOARD LOCK WITH AUTO 3 MINUTE SCREEN BLANKER
  5.  
  6.  
  7. These utilities, SCRNOFF3.ASM & KYLOCK.ASM, comprise a 2 part utilities set.
  8. Each must be assembled, linked and converted from exe to executable com files
  9. separately.  The com files are provided on this disk for the convenience of
  10. those without an assembler.  These utilities were developed to work with POPUP
  11. DESKSET (TM) and work together to automatically blank the screen after 3
  12. minutes of keyboard inactivity.  Pressing any key unblanks the screen and
  13. pressing ALT-O toggles the auto screen blanker on & off.  In addition, the
  14. operator has the option of using a "hotkey" (ALT-K) to freeze the keyboard &
  15. blank the screen whenever desired.  After the "hotkey" is used to activate the
  16. second part of this set, the operator must then enter a password.  The keyboard
  17. remains locked and the screen blanked until the password is reentered.  The
  18. password may be changed each time the operator invokes the utility to freeze
  19. the keyboard.  Once a password is chosen, of course, it must be reentered
  20. exactly as entered to unlock the keyboard and unblank the screen.  All keys and
  21. their combinations enterable from the keyboard may be used not to exceed 64.
  22. The routine may be aborted before the password is entered by pressing the
  23. escape key.  Since the ctrl-alt-del warm start function is disabled by trapping
  24. that key combination, once entered, nothing but a power off/on cold start will
  25. unlock the keyboard for anyone without the password.  The password is not
  26. displayed on the screen.  The backspace key may be used as an editing key on
  27. entering and reentering the password.  Pressing enter/return enters the
  28. password.  Reentering the password to unlock the keyboard and unblank the
  29. screen may be attempted repeatedly simply by pressing the enter/return key and
  30. starting over.  In addition, the "hotkeys" used to invoke the various modules
  31. of POPUP DESKSET(TM) have been trapped and may not be included in a password.
  32. These are:  ALT-W, ALT-U,ALT-A, ALT-D, ALT-X, ALT-V, ALT-C, & ALT-F10.  When
  33. used with POPUP DESKSET(TM), SCRNOFF3.COM should be loaded after pop alarm &
  34. pop date.  Then, load KYLOCK.COM just before pop any. When used with other
  35. "terminate but stay resident" programs, experiment with the order of loading.
  36. If not used with POPUP DESKSET(TM) or any other "TSR", simply load both, one
  37. after the other.
  38.  
  39.  
  40. COMMAND SUMMARY:
  41.                   ALT-O --------- TOGGLES AUTO 3 MINUTE SCREEN BLANKER ON/OFF.
  42.  
  43.                   ALT-K --------- INVOKES MAIN PROGRAM WHICH IMMEDIATELY BLANKS                                  
  44.                                   THE SCREEN AND ALLOWS THE USER TO ENTER A
  45.                                   PASSWORD THAT LOCKS THE KEYBOARD UNTIL
  46.                                   REENTERED.
  47.  
  48.                   BACKSPACE ----- EDIT PASSWORD ENTRY.
  49.                 
  50.                   ESC   --------- ABORT!  (After ALT-K & prior to hitting
  51.                                    enter/return.)
  52.  
  53.                   ENTER --------- ENTERS PASSWORD.  ALSO ABORTS IF NO KEYS HAVE
  54.                                   BEEN PRESSED TO ENTER A PASSWORD.
  55.  
  56.  
  57.  ***********************  ---      WARNING!     ---    ***********************
  58.  
  59. When the screen is blanked by this program, it is still possible to read the
  60. screen, due to its persistence, with the naked eye or photographic film.
  61. Darken your room or office and you can see this for yourself.  To increase
  62. security, overlay a resident calendar ,help menu/table, or some other type of
  63. routine that you have in memory before invoking this keyboard lock routine.
  64.  
  65.  ******************************************************************************
  66.   
  67.  
  68. REFERENCE:  PC Magazine, Volume 5 #16 page 302; "EGA SCREEN BLANKER"
  69.                                               ; by Charles Petzold
  70.             PC magazine, Volume 5 #22 page 285; "FREEZE OUT FILE FILCHERS"
  71.                                               ; by Jeff Prosise
  72.  
  73. BIBLIOGRAPHY:  "INTRODUCING PC-DOS and MS-DOS (A GUIDE FOR BEGINNING and
  74.                 ADVANCED USERS)"
  75.                by Thomas Sheldon
  76.                "COMPUTE'S BEGINNER'S GUIDE to MACHINE LANGUAGE on the IBM PC &
  77.                PCJR"
  78.                by Christopher D. Metcalf and Marc B. Sugiyama
  79.                "COMPUTE'S MAPPING the IBM PC and PCJR"
  80.                by Russ Davies
  81.                "IBM PCJR ASSEMBLER LANGUAGE"
  82.                by David C. Willen
  83.                "MS-DOS DEVELOPER'S GUIDE"
  84.                by John Angermeyer & Kevin Jaeger
  85.                "MACRO-86 ASSEMBLY LANGUAGE PROGRAMMING"
  86.                by Lawrence P. Larsen (Heath/Zenith Educational Systems)
  87.  
  88.  
  89. Use these utilities at your own risk!
  90.  
  91. If you find this utilities set useful, send $1.50 payment to:
  92.  
  93.  
  94.                        Ocean
  95.                        357 Richmond Ave.
  96.                        San Jose, CA 95128-2337
  97.  
  98.  
  99. THANK YOU!
  100.  
  101.