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

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