home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
TMAIL116.ZIP
/
EXTRACT.BAT
next >
Wrap
DOS Batch File
|
1992-06-21
|
293b
|
10 lines
@echo off
REM Simple pipe operation.
REM getbatch strips batch header
REM compress (the standard utility) decompresses the batch
REM putnews converts the batch to mailbox format
REM the result is appended to the user's news mailbox
REM
getbatch %1 | compress -d | putnews >>%2
del %1