home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / pmund131.zip / pmundel.doc next >
Text File  |  1994-11-01  |  7KB  |  165 lines

  1.  
  2.  
  3.         PM UNDELETE for OS/2 Version 1.31                         1 Nov 94
  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 is also able to display deleted files in order
  20.         to explore their contents before performing any actions.
  21.  
  22.         PM UNDELETE uses the OS/2 program UNDELETE.COM to do its job.
  23.         This means that PM UNDELETE does not rely on a specific version
  24.         of OS/2 nor does it use undocumented system calls or other
  25.         quirks!!! This feature is sometimes called 'compatibility'.
  26.  
  27.         This program is FREEWARE and may be distributed together with
  28.         this documentation to all OS/2 users!!!
  29.  
  30.         __________________________________________________________________
  31.         ___ Installation _________________________________________________
  32.  
  33.         Copy PMUNDEL.EXE and PMUNDEL.ICO (or another icon you prefer) to
  34.         a directory in your PATH.
  35.  
  36.         You should install a program object for PMUNDEL.EXE on the desktop
  37.         for a quick access!
  38.  
  39.         Be shure that the variable TMP is set in the OS environment
  40.         and that it points to a directory for temporary files.
  41.  
  42.         (e.g.         SET TMP=C:\TMP   )
  43.  
  44.         Be shure that the variable DELDIR is set in the OS environment
  45.         for all drives on which the recovery of deleted files is desired.
  46.         Refer to your OS/2 user manual (online) for more information.
  47.  
  48.         (e.g.         SET DELDIR=C:\TMP\DELETE;D:\DELETE   )
  49.  
  50.         __________________________________________________________________
  51.         ___ Usage ________________________________________________________
  52.  
  53.         Start PMUNDEL.EXE. If you start the program from the OS/2 command
  54.         line be shure to add the command line parameter "/refresh".
  55.         (See also 'bug list' below!)
  56.  
  57.         PM UNDELETE displays all drives which support the recovery of
  58.         deleted files (that is, all files specified in the DELDIR variable).
  59.  
  60.         Select a drive and press the refresh button or double click the
  61.         drive. Refresh may be clicked whenever another process has erased
  62.         files and the list of files being deleted (for the selected drive)
  63.         should be updated.
  64.  
  65.         PM UNDELETE displays all files which can be recovered.
  66.  
  67.         Select the desired files (extended multiple selection).
  68.  
  69.         By pressing the appropriate button you can undelete the selected
  70.         file(s) to their original directory or to the TMP directory.
  71.         'Deleting files forever' means that the files may not be
  72.         recovered any longer.
  73.  
  74.         'Deleting files forever' means that the files may not be
  75.         recovered any longer. (Corresponds to the /F /A options of the
  76.         OS/2 UNDELETE command.)
  77.  
  78.         'Viewing files' means that all selected files can be displayed by
  79.         an internal viewer. The viewer displays all selected files one by
  80.         one and supports vertical and horizontal scrolling and binary file
  81.         handling. If a file contains more than 500 lines, the viewer asks
  82.         whether the whole file should be displayed or whether it may be
  83.         truncated for viewing.
  84.  
  85.         It is sooo easy.
  86.  
  87.  
  88.         Note: The moving banner may be disabled by the menue option
  89.               "Disabled banner". This may be useful in the case that
  90.               this feature consumes too much CPU time on your system.
  91.  
  92.               Starting the program with the command line option
  93.  
  94.                       "/nobanner"
  95.  
  96.               disables the moving banner from the beginning.
  97.  
  98.         __________________________________________________________________
  99.         ___ Bugs _________________________________________________________
  100.  
  101.         PM UNDELETE has a bug causing an incorrect display of the dialog
  102.         window if being started from the OS/2 command line. This is due
  103.         to a bug either in the DrREXX window handler or in the
  104.         corresponding OS/2 subsystem.
  105.  
  106.         A workaround for this bug (since it is now documented, hence I will
  107.         call it a feature...) is to start the program with the command line
  108.         option "/refresh".
  109.  
  110.            (e.g.      pmundel /refresh      )
  111.  
  112.         This will redraw the dialog window after a call to OS/2 UNDELETE.
  113.  
  114.         If PM UNDELETE is started directly from the WPS via a program
  115.         object, via a program file object or via a PM shell (such as
  116.         PC/2) the dialog window will be displayed properly!
  117.  
  118.         __________________________________________________________________
  119.         ___ History ______________________________________________________
  120.  
  121.         V1.00          - Released
  122.         V1.01          - Switch "/refresh" added
  123.         V1.10          - Pre-Viewer added
  124.         V1.11 27-12-93 - Bug fixed that caused invalid refresh on systems
  125.                          with drives x1 ... xi, xi+2 ... xn
  126.                        - Bug fixed in documentation that caused illegal
  127.                          e-mail address (@#+!)
  128.         V1.20 27-04-94 - All program windows may be resized and/or
  129.                          maximized
  130.                        - Menu control added for viewer
  131.                        - "About" button removed (it's not that urgent to
  132.                          be present all the time)
  133.         V1.21 05-06-94 - Bug fixed in handling filenames with blanks
  134.         V1.22 10-06-94 - Now able to handle a TMP path specification
  135.                          with forward slashes (vital for EMACS users)
  136.         V1.30 10-07-94 - Command line option "/nobanner" added
  137.                        - Menue "Options" added
  138.                        - Moving banner may be disabled/enabled
  139.         V1.31 01-11-94 - Recompiled for use with OS/2 Version 3 (WARP)
  140.  
  141.         __________________________________________________________________
  142.         ___ Acknowlegdements _____________________________________________
  143.  
  144.         PM UNDELETE is a REXX program designed and created using the
  145.         superior and phantastic DrDIALOG/DrREXX environment written by
  146.         David C. Morill.
  147.  
  148.         Thanks to him, he has done a great job!!!
  149.  
  150.         __________________________________________________________________
  151.         ___ Usage ________________________________________________________
  152.  
  153.         Comments, criticism and postcards may be sent to:
  154.  
  155.            affie@sfs.nphil.uni-tuebingen.de
  156.  
  157.         Snail Mail:
  158.  
  159.            Ralf Hauser
  160.            Moltkestr. 45
  161.            72072 Tübingen
  162.            Germany
  163.  
  164.  
  165.