[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Deleting Files
- Subject: Re: Deleting Files
- From: cld@xxxxxxxx (Carl Distefano)
- Date: Fri, 23 Apr 2004 22:10:27 -0400
Reply to note from Brian.Henderson@xxxxxxxx Fri, 23 Apr 2004
10:29:02 -0700
> After looking through the manuals, I find that there's no way
> to "blind" delete all the files in a directory (i.e. DEL *.* or
> DEL *).
Xy3:
DOS /C DEL *.*
Xy4:
DOS/NV/Z /C DEL *.*
or
WILD DEL *.*
--
Carl Distefano
cld@xxxxxxxx