home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / PMUND101.ZIP / PMUNDEL.DOC next >
Text File  |  1993-10-11  |  5KB  |  126 lines

  1.  
  2.  
  3.         PM UNDELETE for OS/2 Version 1.01                        11 Oct 93
  4.         __________________________________________________________________
  5.  
  6.         PM UNDELETE is a GUI program for a quick recovery of deleted
  7.         files.
  8.  
  9.         OS/2 offers a feature which allows the recovery of deleted files.
  10.         However, the control program for this feature is a command line
  11.         driven tool with poor comfort: The OS/2 program UNDELETE.
  12.  
  13.         PM UNDELETE is an easy-to-use PM program to undelete deleted files
  14.         to their original directory or to the system's TMP directory.
  15.         Deleted files may be also be sent to Nirwana, that is, their
  16.         deletion is made permanent. (This corresponds to the /F option of
  17.         the OS/2 UNDELETE command.)
  18.  
  19.         PM UNDELETE uses the OS/2 program UNDELETE.COM to do its job.
  20.         This means that PM UNDELETE does not rely on a specific version
  21.         of OS/2 nor does it use undocumented system calls or other
  22.         quirks!!! This feature is sometimes called 'compatibility'.
  23.  
  24.         This program is FREEWARE and may be distributed together with
  25.         this documentation to all OS/2 users!!!
  26.  
  27.         __________________________________________________________________
  28.         ___ Installation _________________________________________________
  29.  
  30.         Copy PMUNDEL.EXE and PMUNDEL.ICO (or another icon you prefer) to
  31.         a directory in your PATH.
  32.  
  33.         If you want to, you may install a program object for PMUNDEL.EXE
  34.         on the desktop.
  35.  
  36.         Be shure that the variable TMP is set in the OS environment
  37.         and that it points to a directory for temporary files.
  38.  
  39.         (e.g.         SET TMP=C:\TMP   )
  40.  
  41.         Be shure that the variable DELDIR is set in the OS environment
  42.         for all drives on which the recovery of deleted files is desired.
  43.         Refer to your OS/2 user manual (online) for more information.
  44.  
  45.         (e.g.         SET DELDIR=C:\TMP\DELETE;D:\DELETE   )
  46.  
  47.         __________________________________________________________________
  48.         ___ Usage ________________________________________________________
  49.  
  50.         Start PMUNDEL
  51.  
  52.         On some systems it may be required to start the program with the
  53.         command line option "/refresh" to obtain a proper display refresh.
  54.         (See also 'bug list' below!)
  55.  
  56.         PM UNDELETE displays all drives which support the recovery of
  57.         deleted files (that is, all files specified in the DELDIR variable).
  58.  
  59.         Select a drive and press the refresh button or double click the
  60.         drive. Refresh may be clicked whenever another process has erased
  61.         files and the list of files being deleted (for the selected drive)
  62.         should be updated.
  63.  
  64.         PM UNDELETE displays all files which can be recovered.
  65.  
  66.         Select the desired files (extended multiple selection).
  67.  
  68.         By pressing the appropriate button you can undelete the selected
  69.         file(s) to their original directory or to the TMP directory.
  70.         'Deleting files forever' means that the files may not be
  71.         recovered any longer.
  72.  
  73.         'Deleting files forever' means that the files may not be
  74.         recovered any longer. (Corresponds to the /F /A options of the
  75.         OS/2 UNDELETE command)
  76.  
  77.         It is sooo easy.
  78.         __________________________________________________________________
  79.         ___ Bugs _________________________________________________________
  80.  
  81.         PM UNDELETE Version 1.00 had a bug which caused an incorrect
  82.         display of the dialog window after having spawned the OS/2
  83.         UNDELETE program.
  84.  
  85.         Because the program is a REXX script passed to the DrREXX window
  86.         handler, this behaviour may be caused by the DrREXX handler
  87.         (which is itself part of the EXE).
  88.  
  89.         Fortunately, this bug did not occur on my own system so that I
  90.         wasn't aware of it.
  91.  
  92.         A workaround for this bug (since it is now documented, hence I will
  93.         call it a feature...) is to start the program with the command line
  94.         option "/refresh".
  95.  
  96.            (e.g.      pmundel /refresh      )
  97.  
  98.         This will redraw the dialog window after a call to OS/2 UNDELETE.
  99.  
  100.         Check it out, whether you need this option or not.
  101.  
  102.         __________________________________________________________________
  103.         ___ Acknowlegdements _____________________________________________
  104.  
  105.         PM UNDELETE is a REXX program designed and created by the superior
  106.         and phantastic DrDIALOG/DrREXX environment written by David C.
  107.         Morill.
  108.  
  109.         Thanks to him, he has done a great job!!!
  110.  
  111.         __________________________________________________________________
  112.         ___ Usage ________________________________________________________
  113.  
  114.         Comments, criticism and postcards may be sent to:
  115.  
  116.            affie@sns.neuphilologie.uni-tuebingen.de
  117.  
  118.         Snail Mail:
  119.  
  120.            Ralf Hauser
  121.            Moltkestr. 45
  122.            72072 Tübingen
  123.            Germany
  124.  
  125.  
  126.