home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBNET185.ZIP / STRUCT.ZIP / INOUT / MAILOUT.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-02-23  |  417 b   |  21 lines

  1. @echo off
  2. rem  This is \FD\INOUT\MAILOUT.BAT
  3.  
  4. rem Export mail for all networks, one by one, by CD'ing to their home
  5. rem directory (this makes PBNETOUT.EXE to read the PBNET.CFG in the
  6. rem respective directories).
  7.  
  8. echo Now exporting Fido mail.
  9. cd ..\fido
  10. ..\inout\pbnetout.exe
  11.  
  12.  
  13. echo Now exporting Nanet mail.
  14. cd ..\nanet
  15. ..\inout\pbnetout.exe
  16.  
  17.  
  18. rem ** take us back where we started.
  19. cd ..\inout
  20.  
  21.