home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / alock / alock.readme < prev    next >
Text File  |  1995-02-27  |  2KB  |  74 lines

  1.  
  2. PLEASE READ THE (SHORT) DOCUMENTATION, OR YOU'LL HAVE TO REBOOT !
  3. -----------------------------------------------------------------
  4.  
  5. This little hack was inspired by an earlier one
  6. by Mike Sinz, which appeared on one of the DevCon disks.
  7.  
  8. It's purpose is quite obvious: alock grabs all inputevents
  9. and thus protects your Amiga from any unwanted access by
  10. the keyboard or the mouse until you enter the correct 
  11. password.
  12.  
  13.  
  14. What does it do differently ?
  15.  
  16. - You can call it from the WB or Shell
  17. - It has two tooltypes so you can customize it according
  18.   to your preferences:
  19.  
  20.   PASSWORD=<password> - the password to be used for unlocking
  21.  
  22.   ACTION=INTERNAL|LIFE|<command> -
  23.  
  24.    INTERNAL = while locked, display the internal alock picture
  25.    LIFE     = while locked, play "Game of Life" with C= logos
  26.    <command>= execute a command before starting to wait for the
  27.               password.
  28.               IMPORTANT: <command> must return to the alock task,
  29.                          otherwise you'll have to reboot the 
  30.                          machine (alock won't be able to check
  31.                          for the password)
  32.  
  33. Examples:
  34.  
  35.  alock PASSWORD=micky - lock your Amiga & display the internal 
  36.                         alock picture, unlock by entering "micky"
  37.             
  38.  alock PASSWORD=micky ACTION=LIFE - lock your Amiga & play the
  39.                         "Game of Life", unlock by entering "micky"
  40.  
  41.  alock PASSWORD=micky "ACTION=run >NIL: vt dpaint:pictures/lock.iff"
  42.                         Display the picture "dpaint:pictures/lock.iff"
  43.                         unlock by entering "micky"
  44.  
  45.  alock                - lock your Amiga & display the internal 
  46.                         alock picture, unlock by entering "alock"
  47.  
  48. Copyright:
  49.  
  50.  Since I used a lot of already existing code (cut, copy, paste),
  51.  this program & the source are true public domain. Do with it whatever
  52.  you like. You know yourself what's not meant by this :-).
  53.  
  54. Warning: 
  55.  
  56.  This program is still under development. Use it at your own risk.
  57.  
  58.  
  59. Congratulations:
  60.  
  61.  To all of you, as you own a great machine.
  62.  
  63. Author:
  64.  
  65.  Michael Kaiser
  66.  Rintheimer Strasse 59
  67.  D-76131 Karlsruhe
  68.  Germany
  69.  E-Mail: kaiser@puma.adsp.sub.org, kaiser@ira.uka.de
  70.  
  71.  
  72.  
  73.  
  74.