home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / locks5.arj / LOCKS5.DOC next >
Text File  |  1991-11-11  |  6KB  |  140 lines

  1.                             LOCKS VER-5  11-11-91
  2.  
  3.     The first time you run locks5, the program will use its default settings
  4.     You must set the program to the keystrokes that you prefer
  5.  
  6.                Initial settings Press "a" and then "b"
  7.                   This program is CASE sensitive
  8.  
  9.     This program Generates 2 files "LOG and LOG.ALM" Please ensure that you
  10.     don't already use these files as they will be amended.
  11.  
  12. ****************************************************************************
  13.  
  14. PUBLIC DOMAIN
  15.     The  locks  program is given to the Public Domain with the express wish
  16.     that  no charge is made for its sale or use.   The Locks program may be
  17.     freely copied and used by any computer user, but  it  would  be
  18.     appreciated if you would donate £1 to the  charity  of  your choice if
  19.     you decide to use the program.
  20.     Please ensure that the Program and Documentation file are distributed
  21.     together.
  22.  
  23. PROGRAM FILES
  24.     When downloaded the Locks5 program comprises the following:
  25.          LOCKS5.EXE 50940 11-11-91 16:30
  26.          LOCKS5.DOC  5504 11-11-91
  27.     Your set-up will be saved as:
  28.          LOCKS.DAT
  29.  
  30. DESCRIPTION
  31.     The  Locks program is designed to protect your system from the casual
  32.     browser or a  passing  opportunist.   The  program is NOT designed to
  33.     keep  a  determined computer user from your system, although it might
  34.     delay them a bit.
  35.  
  36.     The program can be called from your AUTOEXEC.BAT file to run automatically
  37.     or called up at any time from DOS.
  38.  
  39. MEMORY
  40.     Locks is not memory resident and once you have entered your code the
  41.     program will unload and leave all your memory free.
  42.  
  43. SCREEN-SAVER
  44.     Locks has a built in screen saver, If the program is running unattended
  45.     the screen saver will switch in after 2 minutes, this is to minimize
  46.     any chance of screen damage and alows the locks program to protect your
  47.     system for any period of time. The screen saver beeps periodically to
  48.     remind you that the system is running.
  49.  
  50. TIMER
  51.     The program has a timer function, that will enable you to specify a period
  52.     in which to find the code.  This function would normally be used in
  53.     conjunction with the autoexec.bat file. ie:
  54.  
  55.     install the locks program in autoexec.bat (see SET-UP)
  56.  
  57.     at the DOS prompt type LOCKS4
  58.     Enter your Code
  59.     enter "Y" when asked - "Press any Key" -
  60.     Set the timer say for 30 seconds
  61.     set the timer to on
  62.     save the settings
  63.     re-start the computer
  64.  
  65.     The locks program will now load and display on the screen
  66.  
  67.                      "You have 30 Seconds"
  68.  
  69.     If the selected code is not entered within this time, the system will
  70.     lock up.  This function makes life harder for the person attempting to
  71.     crack your code.
  72.  
  73. CHANGING SETTINGS
  74.     at the DOS prompt type LOCKS4
  75.     Enter your Code
  76.     enter "Y" when asked - "Press any Key" -
  77.  
  78.     This will take you to the changes section where all the elements of the
  79.     program may be changed.
  80.  
  81.     The colours in the program may be altered to suit the individual at the
  82.     same menu. Dont forget to save your changes.
  83.  
  84. LOG FILE
  85.     The  program  enters the time and date on a file called LOG when it is
  86.     used  and enters any attempted interference on a file called LOG.ALM.
  87.  
  88.     Either file may be looked at by using the TYPE command or reading via
  89.     a  word processor. ie (TYPE LOG)
  90.  
  91. SET-UP
  92.     To  protect your computer at start up, put the locks program as the first
  93.     Item in your autoexec.bat file eg
  94.  
  95.     ECHO OFF
  96.     CLS
  97.     LOCKS4
  98.     FILES = 20
  99.     BUFFERS = 20
  100.  
  101.     Set the files and buffers to suit the software that you normally use.
  102.  
  103.     To  protect  your computer while you are away for a break,  just type in
  104.     LOCKS4 at the DOS prompt press return, then go to the changes menu and
  105.     switch off the Timer.  If anyone attempts to use the machine it will lock
  106.     up after logging the time and date.
  107.  
  108.     The  program  gives a person 3 attempts at finding the code. If the code
  109.     is not found, the computer will Lock up, and will require a re-boot.
  110.     When the computer locks up it shrills the speaker,  this usually
  111.     frightens the offending perpetrator shitless as well. Just make
  112.     sure your beep is well turned up.
  113.  
  114.     This  program  is  not  clever or high tech,  but has been  used  in  an
  115.     office environment for some time and gives a degree of security for the
  116.     day to day info on hard disc machines
  117.  
  118.     The  locks  program  is donated to the Public Domain as an  example
  119.     program only,  no responsibility can be taken by the author for any
  120.     problems howsoever caused when using the Locks software.
  121.  
  122.     If you have any problems or suggestions please leave a message to
  123.     Tudor Barker on  Valente's BBs. Dorchester. Dorset. England.
  124.     044 0305 251830  Line 1
  125.     044 0305 251489  Line 2
  126.  
  127.     Sysop Derek Bryant
  128.  
  129.     This has to be one of the Best BBs in the Country
  130.  
  131. THANKS
  132.     To Stuart Vernon for pointing out that I had Left Ctrl C untrapped.
  133.     I'd left this untrapped when developing the proggy, so I could get out.
  134.     I've also stuck in the Date in British Format at the top right, as
  135.     another user had asked for that facility.
  136.  
  137.     Hope you find the locks program useful
  138.  
  139.                                   Tudor
  140.