home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM This batch program assumes that all files in the directory
- REM %HOME\NEWS\INCOMING
- REM are incoming news batches,
- REM which are processed and appended to a mailbox called
- REM %HOME\NEWS\netnews.cnn
- REM Customize as needed for your setup
- for %%b in ( %HOME\NEWS\incoming\*.00? ) do call extract %%b %HOME\NEWS\netnews.cnn
-