home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / bfe1302a.zip / PROTOCOL.BFE < prev    next >
Text File  |  1993-06-12  |  1KB  |  32 lines

  1. ;┌────────────────────────────────────┬─────────────────────────────────────┐
  2. ;│██▀▀▀▀█   ██▀▀▀▀▀▀ ██▀▀▀▀▀▀         │  For support, contact:              │
  3. ;│██▄▄▄▄█▄  ██▄▄▄▄▄  ██▄▄▄▄▄          │                                     │
  4. ;│██    ▄█  ██       ██               │  Scott Burkett, Sysop               │
  5. ;│██▄▄▄▄▄█  ██       ██▄▄▄▄▄▄ v1.30α  │  Under the Nile BBS, 1:3613/12      │
  6. ;│                                    │  (706) 596-8126 9600 v.32           │
  7. ;│BBS Front-End System                └─────────────────────────────────────┤
  8. ;│(C)opyright 1992, 1993 Cairo Research Labs, All Rights Reserved           │
  9. ;└──────────────────────────────────────────────────────────────────────────┘
  10.  
  11. ; PROTOCOL.BFE
  12. ; ------------
  13. ; If you're using a locked baud rate, you will probably not use the %s
  14. ; parameter in your protocol batch files.  Simply place your locked baud
  15. ; baud rate (19200, 38400, etc) in place of where the %s would normally
  16. ; appear.
  17. ;
  18. ; BFE passes: %1 - Node number
  19. ;             %2 - Port number (1-4)
  20. ;             %3 - Serial Speed
  21. ;             %4 - File to download (complete path, if specified in SEC.)
  22. ;
  23. ; Format: Protocol [Description (one word)] [Protocol batch file]
  24. ;
  25. ;
  26. ; You may list up to 9 Protocols (Only the first nine will be used!)
  27.                         
  28. Protocol DSZ/ZModem DSZMODEM.BAT
  29. Protocol DSZ/XModem DSXMODEM.BAT
  30. Protocol DSZ/YModem DSYMODEM.BAT
  31.  
  32.