home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / dirutl / erax12.lbr / ERAX12.DQC / ERAX12.DOC
Text File  |  1986-04-27  |  2KB  |  42 lines

  1. Eric Gans 
  2. French Dep't UCLA 
  3. Los Angeles, CA 90024
  4.  
  5. ERAX.COM (v1.2) - ERAX is an extended erase program that allows 
  6. you to erase files in  any  or all user areas using ZCPR 
  7. drive/user  syntax.  Like ERAQ, on which it is based, it queries 
  8. you before each erasure.  It has a no-query option for use in 
  9. batch files and when you're absolutely sure of what you're doing 
  10. (say, erasing BAK files).  Since it is now reentrant (like 
  11. ABUSER, RN, XRASE) you can erase various groups of files without 
  12. reloading the program.
  13.  
  14. Format: erax [drus:][fname][ #]  *,? OK
  15.  
  16. DRUS is the drive/user; if one or both are absent, current will 
  17. be assumed: a11:, 4:, c: A "*" in the user position allows you to 
  18. access all user areas of the drive: a*:, *: (assumes current 
  19. drive).  If the colon is omitted only the current drive/user will 
  20. be accessed.
  21.  
  22. Wildcards are permitted.  If you enter no filename,  you will be 
  23. asked if you want to search all files in the current user area 
  24. (or on the current drive, if the "*" user option is used).
  25.  
  26. The "#" switch disables the query option.  It must be the last 
  27. character in the line, and must be preceded by a space.  To erase 
  28. all files on a drive/user area with no query, enter: erax [du:]*.* #
  29. If you enter erax [du:] #, the program will ask if you wish to 
  30. erase all files. 
  31.  
  32. To exit, type a CR at the ">>" prompt, as in ABUSER et al.
  33.  
  34. Examples: erax *:*.bak #  kills all BAK files on current drive (no 
  35. query)
  36.           erax            searches all files in current drive/user 
  37. and queries for erasure
  38.           erax b*: #       will erase all files on B: (you will be 
  39. asked if you want to do this)
  40.           erax 11:t*.?Q?   searches all squeezed files  beginning 
  41. with "T" in user 11
  42.