home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / misc / 39835 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!uwm.edu!linac!uchinews!ellis!sip1
  3. From: sip1@ellis.uchicago.edu (Timothy F. Sipples)
  4. Subject: Re: Deleting Old Files?
  5. Message-ID: <1992Dec17.224515.4751@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: sip1@midway.uchicago.edu
  8. Organization: Dept. of Econ., Univ. of Chicago
  9. References: <BzF7oF.J6A@acsu.buffalo.edu>
  10. Date: Thu, 17 Dec 1992 22:45:15 GMT
  11. Lines: 20
  12.  
  13. In article <BzF7oF.J6A@acsu.buffalo.edu> utter@acsu.buffalo.edu (William M. Utter) writes:
  14. >    Here's one for ya.  I want to know how I can get rid of old "back
  15. >-up Files".  I have 20 or 30 QWK packets with the extension ";#", I don't
  16. >need these files and wish not to see them everytime I do a DIR.  I have 
  17. >tired different commands using the DEL and ERASE functions and none of
  18. >them seemed to work correctly.  (DEL Board.QWK;* and Erase Board.QWK;*)
  19.  
  20. Try enclosing the entire filename in quotes, as in:
  21.  
  22. DEL "BOARD.QWK;3"
  23.  
  24. If you want to use a wildcard, try:
  25.  
  26. DEL "BOARD.QWK;"*
  27.  
  28. -- 
  29. Timothy F. Sipples      | Read the OS/2 FAQ List 2.0h, available from
  30. sip1@ellis.uchicago.edu | 128.123.35.151, anonymous ftp, in /pub/os2/all/info
  31. Dept. of Econ., Univ.   | /faq, or from LISTSERV@BLEKUL11.BITNET (send "HELP")
  32. of Chicago, 60637       | [Read the List, THEN post to ONE OS/2 newsgroup.]
  33.