home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
util4
/
ax1k.doc
< prev
next >
Wrap
Text File
|
1989-02-22
|
877b
|
20 lines
AX Version 1k by D. David Kaufman Public Domain
AX is a replacement for the DEL and ERASE commands in DOS. It was
written after a person (who shall remain unnamed) accidently trashed
fifteen megabytes of my public domain MS-DOS files because he was
overtired and accidently said "DEL *.*" instead of "DEL A:*.*".
So the mission of AX is to do what the DEL command does, except that
before it deletes anything, it shows you what you are about to wipe out.
If you get into the habit of using AX instead of DEL, one of these days
you'll be glad you did.
* same syntax as DEL
* file specification can include a drive designation and/or path
* wildcard characters (? and *) are allowed
* AX is a public domain program
* C source code included
RUNTIME: PC/MS-DOS 2.0 or higher