home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PRIVF.ZIP / READ.ME < prev    next >
Text File  |  1993-01-29  |  4KB  |  107 lines

  1.  
  2.                             PRIVATE FOLDER : PRIVF
  3.                             ----------------------
  4.                               by Michel GRANGER
  5.                               IBM France (Paris)
  6.                               F077130 at DCTVM3
  7.                               -----------------
  8.  
  9.  
  10. ****************************************************************************
  11. The previous version of "private folder" must be removed before installing
  12. a new version:
  13.       - move the contents of your private folders to a backup folder.
  14.       - WARNING: UNLOCK ALL FOLDERS & use
  15.        "REPLCLS WPFolder PrivF R" (if necessary).
  16.       - delete ALL your private folders.
  17.       - use REMOVE.CMD to unregister the old class.
  18.       - Reboot the system
  19.       - install the new version and restore your environnemnt (see install)
  20.  
  21.  
  22. INSTALLATION:
  23. ------------
  24.  Rename the file PRIVFfr.DLL (french) or PRIVFus.DLL (english) to PRIVF.DLL.
  25.  
  26.  Use ADD.CMD to register the new Private folder class.
  27.  
  28.  For the creation of a private folder :
  29.    - Use TEST.CMD (password is set in the batch file)
  30.    Keywords are PASSWORD, CLOSELOCK and COMMONPWD.
  31.    - or use the TEMPLATE (default password is 'password' in english
  32.    and 'motdepas' in french).
  33.  
  34.  For removing the class, delete all private folders and use REMOVE.CMD.
  35.  
  36. ps: All .CMD files assume that the system drive is C:. Edit them to specify
  37.     another drive letter.
  38.  
  39. REPLCLS:
  40. --------
  41. You can use REPLCLS to make ALL existing folders "private folders", this
  42. give the possibility to protect the "OS/2 system" folder, for example.
  43.  
  44. syntax: REPLCLS WPFolder PrivF O 
  45.         (case sensitive)
  46.  
  47. to reverse use REPLCLS WPFolder PrivF R
  48.                (case sensitive !)
  49.  
  50. ****************************************************************************
  51.  
  52.  
  53.  
  54. Version 1.2 (93-29-01)
  55. --------
  56.  
  57. - Remove a BIGGG BUGGGG : if REPLCLS is used, the option LOCK ACCES and
  58.   the Setting page for access are removed for the folder DESKTOP.
  59.  
  60. - Added 2 new keywords in the init string :
  61.                         . CLOSELOCK=YES   -> folder is always locked
  62.                         . COMMONPWD=YES   -> use desktop password
  63.  
  64. - Set the focus on the opened view after asking the password.
  65.  
  66.  
  67. Version 1.11 (93-25-01)
  68. --------
  69.  
  70. - Corrected some problems
  71. - Added an option to use, for a private folder, the same password as
  72.   for the "Lockup option" of the Desktop.
  73. - Encrypted password
  74. - Prevent any object to be dropped on a locked and closed folder
  75. - In the popup menu of the "private folder" added only the right option :
  76.   'LOCK ACCES' or UNLOCK ACCESS'
  77.  
  78. Version 1.1 (93-14-01)
  79. -----------
  80. - Corrected some problems :
  81.       . The option "Always locked" is not switched off when you
  82.         Unlock the folder (thanks to Samuel)
  83.       . I try to correct my grammar (thanks to Samuel)
  84.       . The default icons of the folders are hidden by the "private folder"
  85.       icon with the REPLCLS command.
  86.  
  87. - strdlg.h and privf.rc files will be provided for translation and NLS
  88. support. Send me the translated files please.
  89.  
  90. - The "Always locked" option is active after a reboot. If a "private 
  91. folder" needs to be open, the system asks for the password.
  92.  
  93.  
  94. Version 1.0
  95. -----------
  96.  
  97. PRIVF is a new type of folder, a private folder.
  98.  
  99.  A private folder is a protected folder with a password.
  100.  You can change the password by using the settings notebook 
  101.  and check the option for always locking the folder after a close.
  102.  
  103.  The private folder can't be moved, copied, deleted, opened, ...
  104.  without giving the correct password.
  105.  
  106.  
  107.