home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / UTILS / DIRUTL / XRASE33.LBR / XRASE33.DOC < prev   
Text File  |  2000-06-30  |  2KB  |  29 lines

  1. Eric Gans 
  2. French Dep't UCLA 
  3. Los Angeles, CA 90024
  4.  
  5. XRASE.COM (v3.3) - Version 3.3 update: checks for gaps in 
  6. remaining directory entries (a file with extents 1, 2 and 4 
  7. will not be unerased); fixed a couple of bugs reading last  
  8. directory sector, block vector; a few code improvements.
  9.  
  10. XRASE is an unerase program that,  unlike many such programs, (1) 
  11. works  on all types of disks (2) will not unerase two versions of 
  12. the  same file,  and (3) checks for reused allocation blocks  and 
  13. will  not unerase a file part of which has been  reallocated.  It 
  14. accepts only unambiguous filenames.  Unerased files are  restored 
  15. to  the  current user area.  The output of the program tells  you 
  16. whether  the  file has been unerased and if so  which  "extents." 
  17. This  term is used a bit loosely to designate  directory  entries 
  18. rather than extents in the narrow sense (=128 sectors).  This may 
  19. be  confusing  to "end-users," since many systems will have  more 
  20. than one extent per entry:  e.g.  the Kaypro-10 has two per entry 
  21. on  both hard and double-sided floppy disks.  (CP/M  hackers  can 
  22. find  this  information  from  the  "extent  mask"  in  the  disk 
  23. parameter block.)  So tell your friends not to worry if they find 
  24. they  have  unerased "only" extents 1 and 3 of a  file.  Versions 
  25. 3.2+ are reentrant;  as with ABUSER, to exit, type a CR at the >> 
  26. prompt.
  27.  
  28. Format: xrase [d:]fn.ft (no wildcards)
  29.