home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / undels.zip / PMUNDEL.HLP (.txt) < prev    next >
OS/2 Help File  |  1993-11-27  |  8KB  |  168 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. PM UNDELETE will allow you to undelete one or more files by selecting them from 
  5. a PM window.  By default all files available for UNDELETE will be displayed in 
  6. the window.  However you may restrict this list to a single directory.  You may 
  7. also use the Filename Mask to create very percise lists of the files you desire.
  8.  
  9. All entry fields in PM UNDELETE have defaults.  However you may override any of 
  10. these defaults to have a custom display of only certian files.
  11.  
  12. Once you are satisfied with the choices you have made select Refresh to display 
  13. the files available for UNDELETE processing.
  14.  
  15. Then select your files from the list provided and initate the UNDELETE to watch 
  16. your files come back!
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 2. Undelete Command ΓòÉΓòÉΓòÉ
  20.  
  21. You may invoke the undelete process 3 ways:
  22.  
  23. o    By selecting files in the list box and pressing the accelerator key Ctrl+U.
  24.  
  25. o    By selecting files in the list box and choosing Undelte from the Files 
  26.      menu on the Action bar.
  27.  
  28. o    By selecting files in the list box and then double clicking the mouse on 
  29.      one of the selected files. (See Extended Selections for more infomation on 
  30.      how mouse selections are processed).
  31.  
  32.  
  33. ΓòÉΓòÉΓòÉ 3. Extended Selection ΓòÉΓòÉΓòÉ
  34.  
  35. With Extended Selection, you may swipe items to select a large group from the 
  36. list box.
  37.  
  38. If you click on a list item while holding down the Ctrl key, the selection for 
  39. that item is toggled.
  40.  
  41. Clicking on an unselected item selects that item and deselects all others.
  42.  
  43. Once you have completed selections you may invoke the UNDELETE process.
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 4. Filename Mask ΓòÉΓòÉΓòÉ
  47.  
  48.  Use the Filename Mask field to restrict your search.  In this field you should 
  49. specify any subdirectory or meta characters.  For example: 
  50.  
  51. \os2\*.ini
  52.  
  53.  
  54. This will display any deleted .ini files on the \os2 subdirectory tree.  The 
  55. Subdirectories Help gives examples showing how far down the \os2 tree PM 
  56. UNDELETE will go to build your list.
  57.  
  58. As a further example of the power of meta characters assume that these files 
  59. have been deleted and are eligible for the UNDELETE list:
  60.  
  61. FRED01_RPT.DOC
  62.  
  63. FRED01_OUT.DOZ
  64.  
  65. BILL01_RPT.DOZ
  66.  
  67. BILL02_OUT.DO
  68.  
  69. JIM01_R.DO
  70.  
  71. If the mask specified is 
  72.  
  73. *01_R*.DO?
  74.  
  75. The results will be 
  76.  
  77. FRED01_RPT.DOC
  78.  
  79. BILL01_RPT.DOZ
  80.  
  81. JIM01_R.DO
  82.  
  83. Note:  Conventionally '?' should match 1 character exactly; while *' matches 0 
  84. or more.  However in OS/2 2.1 '?' actually seems to match 0 or 1 characters. 
  85. This could cause unexpected problems in other operations but, at worst, will 
  86. just give you a few more files than you had thought it would in PM UNDELETE. 
  87. This is probably not a particularly important distinction since I don't know 
  88. anybody who actually uses '?' anyway.  It's just one of the things one learns 
  89. while testing out software.
  90.  
  91.  
  92. ΓòÉΓòÉΓòÉ 5. Drive Selection ΓòÉΓòÉΓòÉ
  93.  
  94. This spin button will display all the drives which are available for UNDELETE 
  95. processing.  PM UNDELETE will only process one logical drive at a time.  Choose 
  96. which drive to process here.
  97.  
  98.  
  99. ΓòÉΓòÉΓòÉ 6. System Configuration ΓòÉΓòÉΓòÉ
  100.  
  101. In order to use PM UNDELETE, you must have the DELDIR environment variable set 
  102. in your CONFIG.SYS file.  The most common format for this command would be 
  103. something like:
  104. SET DELDIR=C:\DELETE,512;D:\DELETE,512;
  105.  
  106.  
  107. This line will set up your system so the UNDELETE command can be used. 
  108. Specifically it will cause files that you delete, on drive C: or D:, to be 
  109. moved to the \DELETE directory and marked as System and Hidden.  Files will be 
  110. moved to this directory until the maximum amount of disk space you have 
  111. specified is allocated to deleted files.  In this example, up to 512K bytes of 
  112. files will be stored in the directory at a time. 
  113.  
  114. Once you delete more files, the oldest files will be scratched.  That is, they 
  115. will be truly deleted from your system in a FIFO (First In First Out) manner. 
  116. It is possible to recover them even after that has happened, however then you 
  117. get into the same problems as programs like PHOENIX: mainly clusters already in 
  118. use by another file.
  119.  
  120.  
  121. ΓòÉΓòÉΓòÉ 7. Subdirectories ΓòÉΓòÉΓòÉ
  122.  
  123. Select Include to see all deleted files from the point you specify downward. 
  124.  
  125. For example if you were to specify \OS2\* in the filename mask, you would see 
  126. any deleted files in: 
  127.  
  128. \OS2 
  129.  
  130. \OS2\DLL
  131.  
  132. \OS2\DLL\DISPLAY
  133.  
  134. \OS2\SYSTEM
  135.  
  136. \OS2\SYSTEM\TRACE
  137.  
  138. ...etc
  139.  
  140. However if you select Exclude and supplied the same filename mask, \OS2\*, you 
  141. would only see deleted files that had been in the \OS2 directory.
  142.  
  143.  
  144. ΓòÉΓòÉΓòÉ 8. Refresh ΓòÉΓòÉΓòÉ
  145.  
  146. Choose Refresh to redisplay the list of files available to UNDELETE.
  147.  
  148. You must choose this Pushbutton when you first bring up the program.  You will 
  149. probably want to set the Drive and Filename Mask values first. 
  150.  
  151. You should also choose this item if you change either of these fields or if 
  152. files are deleted by another application while PM UNDELETE is running.
  153.  
  154.  
  155. ΓòÉΓòÉΓòÉ 9. Cancel ΓòÉΓòÉΓòÉ
  156.  
  157. Use the Cancel button to close the application and exit.
  158.  
  159. You may also press F3 or choose Exit from the File menu.
  160.  
  161.  
  162. ΓòÉΓòÉΓòÉ 10. Select All / Deselect All ΓòÉΓòÉΓòÉ
  163.  
  164. Choose Select All to highlight all files in the list.  This will select them 
  165. ALL for processing.  If you then chose UNDELETE ALL files would be recovered.
  166.  
  167. Choose Deselect All to unhighlight and unselect them ALL.  If you then chose 
  168. UNDELETE NO files would be