home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / ratunku / undel / product-info < prev    next >
Fred Fish's Product-Info  |  1981-06-29  |  2KB  |  61 lines

  1. .name
  2. UnDel
  3. .type
  4. OS Utility
  5. .short
  6. Very fast file undeleting utility
  7. .description
  8. AmigaDos and its filesystem have been released some years ago. During
  9. this long period, CBM didn't release any kind of tool which would be
  10. able to check and repair disks and recover deleted files.  There are
  11. many third-party utilities capable of doing such a job, but they are
  12. usually terribly slow and they don't support all standard filesystems.
  13.  
  14.    Features:
  15.  
  16.     - Supports any standard filesystem - OFS / FFS + DirCache /
  17.           INTL mode
  18.     - Very fast (only free blocks are scanned, written in assembly etc.)
  19.     - Special option for systems with small amount of memory
  20.     - Nice user interface in shell window  ;-)
  21.       (If some non-standard console is detected, new CON: window
  22.            is opened.)
  23.     - Recovered files are copied to another device
  24.     - Protection bits and file note are also recovered
  25.     - UNDEL is pure and can be made resident
  26. .version
  27. 1.1
  28. .date
  29. 1994.12.02
  30. .author
  31. Martin Mares
  32. .requirements
  33.    - Kickstart 2.04 or higher
  34.    - ss.library 5.0 or higher (included)
  35.    - 68000 or higher
  36. .reference
  37. FreshFish-Vol7:New/disk/misc/UnDel/
  38. 1.0
  39. GoldFish-Vol2-1:Files/disk/misc/UnDel/
  40. 1.0
  41. .distribution
  42. Freeware
  43. .email
  44. mjsoft@k332.feld.cvut.cz>.
  45. .docs
  46. UnDel.doc
  47. .described-by
  48. Dan Fish (daf@starfish.amigalib.com)
  49. .submittal
  50. Downloaded via ftp from wuarchive.wustl.edu.
  51. .aminet-dir
  52. disk/salv
  53. .execute
  54. set choice `RequestChoice "UnDel" "Please select an option" "View Doc" "Cancel"`
  55. if $choice EQ "0"
  56.   quit 5
  57. endif
  58. if $choice EQ "1"
  59.   MetaTool UnDel.doc TEXT
  60. endif
  61.