home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / bbs / waffle / 6021 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.3 KB

  1. Path: sparky!uunet!pipex!ibmpcug!mantis!news
  2. From: mathew <mathew@mantis.co.uk>
  3. Newsgroups: comp.bbs.waffle
  4. Subject: Re: expire with capability to produce digests
  5. Message-ID: <930111.154256.2q7.rusnews.w165w@mantis.co.uk>
  6. Date: Mon, 11 Jan 93 15:42:56 GMT
  7. References: <HgN3wB1w165w@qainfo.se>
  8. Organization: Mantis Consultants, Cambridge. UK.
  9. X-Newsreader: rusnews v0.98
  10. Lines: 31
  11.  
  12. micke@qainfo.se (Micke Larsson) writes:
  13. > for some newsgroups I would like to keep old news for future reference.
  14. > Is there an expire utility for DOS Waffle which can stuff away messages
  15. > to a file before they are being expired?
  16.  
  17. My expire has an option to leave alone messages which have the archive bit
  18. set.  I use this feature so that I can archive the articles posted to
  19. alt.atheism.moderated.
  20.  
  21. I put
  22.  
  23.    alt.atheism.moderated /mexp=96,a+
  24.  
  25. in the USENET file.  A batch file zips up the articles and moves them to the
  26. download area for info-server@mantis.co.uk, then uses ATTRIB -A <file> to
  27. remove the archive bit.
  28.  
  29. This isn't quite what you wanted, of course.  It's more general.  You can use
  30. it to get what you wanted by using the following 4DOS command:
  31.  
  32.    for /aa %i in (*.) do (type %i >>! keepfile ^ attrib -a %i)
  33.  
  34. Note that this archive bit stuff is only in the registered version of expire,
  35. 2.2.
  36.  
  37. > Is there a simple solution or a utility? Anyone? Mathew?
  38.  
  39. But of course :-)
  40.  
  41.  
  42. mathew
  43.