home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / ax1k.doc < prev    next >
Text File  |  1989-02-22  |  877b  |  20 lines

  1.  AX Version 1k by D. David Kaufman                      Public Domain
  2.  
  3.  AX is a replacement for the DEL and ERASE commands in DOS.  It was
  4.  written after a person (who shall remain unnamed) accidently trashed
  5.  fifteen megabytes of my public domain MS-DOS files because he was
  6.  overtired and accidently said "DEL *.*" instead of "DEL A:*.*".
  7.  
  8.  So the mission of AX is to do what the DEL command does, except that
  9.  before it deletes anything, it shows you what you are about to wipe out.
  10.  If you get into the habit of using AX instead of DEL, one of these days
  11.  you'll be glad you did.
  12.  
  13.           * same syntax as DEL
  14.           * file specification can include a drive designation and/or path
  15.           * wildcard characters (? and *) are allowed
  16.           * AX is a public domain program
  17.           * C source code included
  18.  
  19.  RUNTIME: PC/MS-DOS 2.0 or higher
  20.