home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 6 / Sonderheft_6-96.iso / pd / disktools / padlock4.1 / padlock41.readme < prev    next >
Text File  |  1996-11-03  |  2KB  |  88 lines

  1. Short:    Arexx script to Lock Hard Drives.
  2. Uploader: 100606.2757@compuserve.com (Les Hewitt)
  3. Author:   100606.2757@compuserve.com (Les Hewitt)
  4. Type:     util/rexx
  5.  
  6. PadLock opens a small window where you type in a password to unlock 
  7. or lock your hard drive(s) or other device(s). The password is not 
  8. visible in the window when your typing.
  9.  
  10. PadLock version 4.1 is not meant to be able to keep everyone out, if 
  11. they know where to look they'll find the password(s). It's mainly to 
  12. stop accidental deletion of files by you or anyone else who has 
  13. access to your Amiga. Maybe there are young children around that know 
  14. how to switch on your Amiga but don't know the damage they might be 
  15. doing.
  16. Just imagine if you accidentally formatted your hard drive instead of 
  17. a floppy disk!
  18.  
  19. The passwords are stored in ENV:PadLock.prefs. Each drive to be 
  20. locked is given a password. I thought that was better than having 
  21. just one password for all drives, as then all files would be at risk 
  22. when the padlock was off.
  23.  
  24. --------
  25. Example ENV:PadLock.prefs file:
  26.  
  27. Fred
  28. DH0:
  29. Barny
  30. DH1:
  31. Tom
  32. DH2:
  33. Jerry
  34. DH3:
  35.  
  36. Each password is followed by the drive or device name on the next 
  37. line. The first password must be on the first line.
  38.  
  39. The ENV:PadLock.prefs file could also look like this:
  40.  
  41. Fred
  42. Workbench:
  43. Barny
  44. Extras:
  45. Tom
  46. Art:
  47. Jerry
  48. Fun:
  49.  
  50. PadLock is case sensitive so if a password is Fred in the 
  51. ENV:PadLock.prefs file, typing FRED or fred will not work.
  52.  
  53. --------
  54. INSTALLATION:
  55. 1: Drag the PadLock icon to wherever you think is best for you.
  56.  
  57. 2: Use a text editor to make your prefs file. I've included an
  58.    example prefs file that you can change to suit your system setup.
  59.  
  60. 3: Save your prefs file as 'ENV:PadLock.prefs' and ALSO as
  61.    'ENVARC:PadLock.prefs'.
  62.  
  63. 4: Copy the other files included to there correct Directories.
  64.  
  65. 5: Add this line to your s:User-Startup file:
  66.  
  67. run >nil: sys:Rexxc/rx rexx:PadLock41.rexx set
  68.  
  69. This line will lock all the drives every time you boot your Amiga.
  70.  
  71. --------
  72. USE:
  73. When the PadLock icon is double clicked it opens a small window.
  74. Just typing one of the passwords will unlock the corresponding drive.
  75. e.g..
  76. Fred
  77. To Lock a drive type the password followed by the word 'ON'.
  78. e.g..
  79. Fred on
  80.  
  81. If you type a word that is not in the prefs file the window will 
  82. close. (That's just to put people off trying to type in lots of 
  83. different words hoping to find a password).
  84.  
  85.  
  86.  
  87.  
  88.