home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RBTCH220.ZIP / EXAMPLE.ZIP / PROTO.DEF < prev    next >
Text File  |  1993-04-09  |  3KB  |  59 lines

  1. Here is an example of a Proto.Def file to use with RBatch.  Note that the
  2. "X" & "Y"modem are shelled to and do not use RBatch.  This is for an
  3. example only to show that not all protocols have to use RBatch.  If you
  4. wish to use "X" & "Y"modem with RBatch, just change the entry in this
  5. file to match the Zmodem entry, and then make a batch file called
  6. BATCHUPX.BAT, BATCHDNX.BAT, BATCHUPY.BAT, BATCHDNY.BAT and then
  7. modify these batch file so that the "X" & "Y" protocols are invoked.
  8.  
  9. Remember that if you use this as your proto.def setup, that these comments
  10. cannot be in the file.
  11.  
  12. Examples for ZSX and PCZ are located in USEZSX.ZIP and USEPCZ.ZIP
  13.  
  14. =============================================================================
  15.  
  16. "B) Ymodem --------- (DSZ - Batch - Both Directions)
  17. ",4,D,8,,B,1024,,0.96,,4=E=A,"BATCHDNY.BAT [PORT#] [BAUD] [FILE]","BATCHUPY.BAT [PORT#] [BAUD] [PROTO] [NODE]"
  18. "G) Ymodem-G ------- (DSZ - Batch - Both Directions)
  19. ",4,D,8,,B,1024,,0.98,,4=E=A,"BATCHDNG.BAT [PORT#] [BAUD] [FILE]","BATCHUPG.BAT [PORT#] [BAUD] [PROTO] [NODE]"
  20. "H) HS/Link -------- (One way or Bi-directional)
  21. ",4,D,8,,B,2048,,0.96,,4=E=A,"HS1DN.BAT [PORT#] [BAUD] [PROTO] [NODE] [FILE]","HS1UP.BAT [PORT#] [BAUD] [PROTO] [NODE] [FILE]"
  22. "I) Bimodem -------- (One way or Bi-directional)
  23. ",4,D,8,,B,2030,,0.98,,4=E=A,"BI1DN.BAT [PORT#] [BAUD] [PROTO] [NODE] [FILE]","BI1UP.BAT [PORT#] [BAUD] [PROTO] [NODE] [FILE]"
  24. "M) MobyTurbo ------ (Turbo Zmodem) (DSZ - Batch - Both Directions)
  25. ",4,D,8,,B,1024,,0.98,,4=E=A,"BATCHDN.BAT [PORT#] [BAUD] [FILE]","BATCHUP.BAT [PORT#] [BAUD] [PROTO] [NODE]"
  26. "X) Xmodem --------- (DSZ - Single File Uploading/Downloading)
  27. ",4,S,8,,,128,,0.78,,1=E,"DSZ.COM handshake slow port [PORT#] speed [BAUD] sx [FILE]","DSZ.COM handshake slow port [PORT#] speed [BAUD] rx [FILE]"
  28. "Y) Ymodem 1K-Xmodem (DSZ - Single File Uploading/Downloading)
  29. ",4,S,8,,,1024,,0.94,,1=E,"DSZ.COM handshake slow port [PORT#] speed [BAUD] sx -k [FILE]","DSZ.COM handshake slow port [PORT#] speed [BAUD] rx -c -k [FILE]"
  30. "Z) Zmodem --------- (DSZ - Batch - Both Directions)
  31. ",4,D,8,,B,1024,,0.96,,4=E=A,"BATCHDN.BAT [PORT#] [BAUD] [FILE]","BATCHUP.BAT [PORT#] [BAUD] [PROTO] [NODE]"
  32. "N) None - Cancel (No Default Protocol)
  33.  
  34. Select Protocol",4,IN,,,,,,,,,,
  35.  
  36.  
  37. Here is the entry for using Xmodem and 1K-Xmodem with RBatch:
  38.  
  39. "X) Xmodem --------- (DSZ - Single File Uploading/Downloading)
  40. ",3,D,8,,,128,,0.78,,4=E=A,"BATCHDNX.BAT [PORT#] [BAUD] [FILE] [CBAUD]","BATCHUPX.BAT [PORT#] [BAUD] [PROTO] [NODE] [CBAUD] [FILE]"
  41. "Y) Ymodem 1K-Xmodem (DSZ - Single File Uploading/Downloading)
  42. ",3,D,8,,,1024,,0.94,,4=E=A,"BDN1KX.BAT [PORT#] [BAUD] [FILE] [CBAUD]","BUP1KX.BAT [PORT#] [BAUD] [PROTO] [NODE] [CBAUD] [FILE]"
  43.  
  44.  
  45. NOTE:  If the batch files are not in the CURRENT directory where the user
  46.        signs onto, you must put a path before the entry like:
  47.  
  48.        "C:\RBBS\XFER\BATCHUP.BAT............."
  49.  
  50.        This is so RBBS can find the batch file and be able to display this
  51.        entry from PROTO.DEF to the user as a choice for a protocol.
  52.  
  53.  
  54. NOTE:  The [CBAUD] parameter is a feature of RBBS that is available with the
  55.        release of 17.4 - If you are not running 17.4, just omit this parameter
  56.        and the associated %# in your batch files.  Thanks to Walter Ames for
  57.        the CBAUD work with RBBS.
  58.  
  59.