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 / WIPE12.LBR / WIPE12+.DQC / WIPE12+.DOC
Text File  |  2000-06-30  |  2KB  |  48 lines

  1.  
  2.                               WIPE+
  3.                            Version 1.2
  4.  
  5.                           Gene Pizzetta
  6.                           May 11, 1987
  7.  
  8.  
  9. USAGE:
  10.  
  11.     WIPE {d:}
  12.  
  13. Erases all files with the extensions .$$$, .BAK, .HEX, .PRN, .REL
  14. and .SYM on the specified drive.  If no drive specification is
  15. given, the current drive is assumed.
  16.  
  17. There are two versions of WIPE in this library.  WIPE12 is the
  18. generic version that should run on any CP/M system.  WIPE12+ is
  19. specific for CP/M Plus (version 3.0).  Both versions require a
  20. Z80 CPU.  For the CPM Plus version the delimiter used by the BDOS
  21. PrtStr function is changed from its default dollar sign ($) to a
  22. null by calling BDOS function 110.  No such function exists for
  23. CP/M 2.2.
  24.  
  25. Function 110 was used to allow printing ".$$$" to the screen. 
  26. Both versions of WIPE erase .$$$ temporary files, but the generic
  27. version will not print notice of that on the screen.  If you are
  28. reassembling the source code, CP/M 2.2 users should set the CPM3
  29. equate to false.  MAC and Z80.LIB are required.
  30.  
  31. The types of files erased can also be expanded or contracted by
  32. modifying the TABLE and re-assembling.  This is noted in the code.
  33.  
  34.  
  35. HISTORY:
  36.     Version 1.0, August 9, 1983, Steven D. Rudnik
  37.         Original code.
  38.      Version 1.1, March 1, 1985, Ron Forsythe
  39.         Removed .HEX file erasing and added a long, silly
  40.         signon.
  41.      Version 1.2, May 11, 1987, Gene Pizzetta
  42.         Added drive specification for command line, simplified
  43.         signon, tidied-up code.  CP/M Plus specific code
  44.         added.
  45.  
  46. Copyright 1983, Steve D. Rudnik.  This software may be used in the
  47. PUBLIC DOMAIN for non-commercial purposes only.
  48.