home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!rutgers!njitgw.njit.edu!hertz.njit.edu!dic5340
- From: dic5340@hertz.njit.edu (David Charlap)
- Newsgroups: comp.os.os2.misc
- Subject: Re: Idea for a unique delete?(for lack of a better description)
- Message-ID: <1992Aug14.190847.27656@njitgw.njit.edu>
- Date: 14 Aug 92 19:08:47 GMT
- References: <1992Aug11.162951.8984@njitgw.njit.edu> <1992Aug12.024411.3787@afit.af.mil> <1992Aug13.104201.21850@wraxall.inmos.co.uk>
- Sender: news@njit.edu
- Organization: New Jersey Institute of Technology, Newark, N.J.
- Lines: 20
- Nntp-Posting-Host: hertz.njit.edu
-
- In article <1992Aug13.104201.21850@wraxall.inmos.co.uk> des@frogland.inmos.co.uk (David Shepherd) writes:
- >1) write a script CLRTRASH.CMD
- >
- >DEL C:\TRASH\*.* /<??>
- >
- >with whatever the option is to delete with out confirm
-
- Or just do this:
-
- CD C:\TRASH
- FOR %%A IN (*) DO DEL %%A
- CD C:\
-
- This works under all versions of DOS as well - just replace the * with
- a *.*
- --
- |) David Charlap "I don't even represent myself
- /|_ dic5340@hertz.njit.edu sometimes so NJIT is right out!.
- ((|,)
- ~|~ Hi! I am a .signature virus, copy me into your .signature file.
-