home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / sx400h1.zip / XPRESS.BAT < prev    next >
DOS Batch File  |  1993-04-20  |  954b  |  18 lines

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