home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :┌────────────────────────────────────────────────────────────────────┐
- :│ Silver Xpress Mail System │
- :│ (c) copyright 1988-1993 by Santronics Software │
- :├────────────────────────────────────────────────────────────────────┤
- :│ This is example batch file for Xpress. Your BBS should be setup to │
- :│ call your customized Xpress batch file. Copy this to your BBS │
- :│ directory and make sure switching directories is correct. │
- :├────────────────────────────────────────────────────────────────────┤
- :│ For mult-line, see xpadm's Files/Directories for each node section.│
- :│ Ideally, no change is required in the command line if BBS passes │
- :│ proper node parameters for using -T#, -p# etc. │
- :└────────────────────────────────────────────────────────────────────┘
-
- cd \xpress
- xpmail %1 %2 %3 %4 %5 %6 %7 %8 %9
- cd \bbs
-