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 / BDOS / DOSPLS25.ARK / XERA.DOC < prev    next >
Text File  |  1984-10-10  |  1KB  |  41 lines

  1.     XERA 1.4 - an extended CPM file erase facility.
  2.  
  3. Revised by C.B. Falconer
  4.  
  5. by Ian Ashdown, byHeart Software,
  6.    2 - 2016 West 1st Avenue,
  7.    Vancouver, B.C. V6J 1G8
  8.    1982 Aug 13.
  9.  
  10. Use:
  11. Same as CPM's "ERA" built-in command, except that "XERA" queries the
  12. operator whether each file found may be erased.
  13.  
  14. XERA asks the operator if it is O.K. to erase the indicated files
  15. before actually doing so. Entering anything other than "Y" or "y",
  16. or typing ^C anytime prior to this question will terminate without
  17. erasing any files.  The individual replies can be eliminated by
  18. the G flag, and all replies by the GO flag.
  19.  
  20. "System" and "Read-Only" files are displayed but not erased. Normally
  21. the "System" and "Read-Only" file attributes have been assigned for a
  22. good reason, and thus these files should not be easily erasable.  In
  23. order to erase them use CPM's built-in "ERA" command (for "System"
  24. files) or set the file attributes to "DIR" and "R/W" using CPM's
  25. "STAT" utility, and then rerun "XERA".
  26.  
  27. Example: A>xera pro*.*
  28.  
  29.      A:PROG    .TXT ?  <Y> Yes
  30.      A:PROG    .COM    READ/ONLY and SYSTEM
  31.      A:PROG    .ASM ?  <N> No
  32.      A:PROG    .001    READ/ONLY
  33.      A:PROGRESS.BAS ?  <Y> Yes
  34.      A:PROGRESS.INT ?  <Y> Yes
  35.  
  36.      O.K. to erase?    <Y> Yes
  37.  
  38.      A>xera pro*.* G   (auto-answers Y to all but the last query)
  39.  
  40.      A>xera pro*.* GO  (auto-answers Y to all queries)
  41. Ü