home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / trn / lib / expirene.cmd < prev    next >
Encoding:
Text File  |  1993-06-27  |  230 b   |  15 lines

  1. @echo off
  2. if "%1" == "" goto usage
  3. expire -e%1
  4. goto end
  5. :usage
  6. echo .
  7. echo usage: expirenews [days]
  8. echo .                 default for days is 7
  9. echo .
  10. echo example: expirenews 10
  11. echo .
  12. expire -e7
  13. :end
  14. mthreads all
  15.