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