home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / alt / msdos / programm / 2179 next >
Encoding:
Text File  |  1992-08-12  |  806 b   |  17 lines

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!news.ysu.edu!cmuvm.csv.cmich.edu!32bfpq3
  2. Organization: Central Michigan University
  3. Date: Wednesday, 12 Aug 1992 09:26:27 EDT
  4. From: Nathan Owen <32BFPQ3@CMUVM.CSV.CMICH.EDU>
  5. Message-ID: <92225.09262732BFPQ3@CMUVM.CSV.CMICH.EDU>
  6. Newsgroups: alt.msdos.programmer
  7. Subject: Need DOS batch help!
  8. Lines: 7
  9.  
  10. I having a problem writing a batch file.  I need a batch file which will go
  11. to a c:¢Temp directory and delete every file in the directory except for
  12. a file named gest.bat.  The batch must be written in such a way they the
  13. user will not get a message asking Yes/No (Y/N) in response to deleting
  14. the files , which limits your use of wildcard deletes like del *.*.
  15.  
  16. Thanx in advance.
  17.