[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Deleting Files
- Subject: Re: Deleting Files
- From: "ig" fbarrau@xxxxxxxx
- Date: Sun, 25 Apr 2004 21:48:47 -0300
Yes, if you specify to the del command the files with anything else than *.*
(f*.* or *.tmp or p*.t* and so on) it executes the command and follows,
but *.* , perhaps because of the danger, needs the confirm y/n.
Francisco Barrau
----- Original Message -----
From: "Norman Bauman"
To:
Sent: Sunday, April 25, 2004 1:53 PM
Subject: Re: Deleting Files
> I use a batch file to get rid of my *.tmp files, which simply contains the
> line
>
> del *.tmp
>
> and I don't need to confirm it with the Y.
>
> I should finish it with the line
>
> exit
>
> and put it on a hot key.
>
> (But I've been putting off my hacking for a while in favor of real work.)
>
> Norman
>
> -------------------------------------------------------
> Norman Bauman
> 411 W. 54 St. Apt. 2D
> New York, NY 10019
> (212) 977-3223
> http://www.nasw.org/users/nbauman
> Alternate address: nbauman@xxxxxxxx
> -------------------------------------------------------
>
>