home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TMAIL116.ZIP / EXTRACT.BAT next >
DOS Batch File  |  1992-06-21  |  293b  |  10 lines

  1. @echo off
  2. REM Simple pipe operation.
  3. REM getbatch strips batch header
  4. REM compress (the standard utility) decompresses the batch
  5. REM putnews converts the batch to mailbox format
  6. REM the result is appended to the user's news mailbox
  7. REM
  8. getbatch %1 | compress -d | putnews >>%2
  9. del %1
  10.