home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TMAIL116.ZIP / GETNEWS.BAT < prev    next >
DOS Batch File  |  1992-08-22  |  343b  |  9 lines

  1. @echo off
  2. REM This batch program assumes that all files in the directory
  3. REM %HOME\NEWS\INCOMING
  4. REM are incoming news batches,
  5. REM which are processed and appended to a mailbox called
  6. REM %HOME\NEWS\netnews.cnn
  7. REM Customize as needed for your setup
  8. for %%b in ( %HOME\NEWS\incoming\*.00? ) do call extract %%b %HOME\NEWS\netnews.cnn
  9.