home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem This is \FD\INOUT\MAILOUT.BAT
-
- rem Export mail for all networks, one by one, by CD'ing to their home
- rem directory (this makes PBNETOUT.EXE to read the PBNET.CFG in the
- rem respective directories).
-
- echo Now exporting Fido mail.
- cd ..\fido
- ..\inout\pbnetout.exe
-
-
- echo Now exporting Nanet mail.
- cd ..\nanet
- ..\inout\pbnetout.exe
-
-
- rem ** take us back where we started.
- cd ..\inout
-
-