home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / sx400h1.zip / XPEXE.ZIP / XPPROT.XMT < prev    next >
Text File  |  1992-08-28  |  2KB  |  75 lines

  1. ;------------------------------------------------------------------------
  2. ;               Silver Xpress 3.00 Protocol Definition file
  3. ;               (c) copyright 1992 by Santronics Software
  4. ;------------------------------------------------------------------------
  5.  
  6. ;
  7. ; PROTOCOL: This statement begins a PROTOCOL definition. Each PROTOCOL
  8. ; must have a description. The description is shown to the user at
  9. ; the file transfer selection menu.
  10. ;
  11. Protocol Z-Modem
  12. ;
  13. ;  HOTKEY: The hotkey is the menu option letter the user hits to select
  14. ;  this protocol.
  15. ;
  16.   HotKey   Z
  17. ;
  18. ;  DOWNLOAD: This is the statement used to SEND the OPX file to the
  19. ;  user.  The default XMT.EXE is the new Silver Xpress X, Y, Zmodem
  20. ;  protocols. No need to use DSZ. It is free of charge to registered
  21. ;  sysops of Silver Xpress. To see the switch parameters for XMT, type
  22. ;  XMT at the DOS command prompt.  Th substition parameters are defined
  23. ;  as follows:
  24. ;
  25. ;   %p  - comm port      %lb - Lock Baud Rate    %b  - user connect rate
  26. ;   %f  - name of file
  27. ;
  28. ;  To Use the Fossil, add the /F switch before each /C switch
  29. ;
  30.   Download $XMT  /C %p /B %b /T /Z  %f
  31. ;
  32. ;  UPLOAD: This is the statement used to UPLOAD a reply file.
  33. ;
  34.  
  35.   Upload   $XMT  /C %p /B %b /R /Z /O %f
  36.  
  37. ;
  38. ;  BATCH:  This statement is not used YES. It will eventually tell Xpress
  39. ;  if batch file transmissions can take place.
  40. ;
  41.   Batch    Yes
  42. ;
  43. ;  TWOWAY: This statement tells Xpress to LOOK in the UPLOAD directory
  44. ;  for a REP file AFTER a download takes place. It was meant to be used
  45. ;  for a dual transfer protocol system such as BI-MODEM or HSLINK. Only
  46. ;  answer YES to his question if a dual transfer protocol is DEFINED and
  47. ;  implemented.
  48. ;
  49.   TwoWay   No
  50. End Protocol
  51.  
  52. Protocol Y-Modem
  53.   HotKey   Y
  54.   Download !XMT.EXE /C %p /B %b /T /Y %f
  55.   Upload   !XMT.EXE /C %p /B %b /R /Y %f
  56.   Batch    No
  57.   TwoWay   No
  58. End Protocol
  59.  
  60. Protocol X-Modem/CRC
  61.   HotKey   X
  62.   Download !XMT.EXE /C %p /B %b /T /X %f
  63.   Upload   !XMT.EXE /C %p /B %b /R /X %f
  64.   Batch    No
  65.   TwoWay   No
  66. End Protocol
  67.  
  68. Protocol X-Modem-1K
  69.   HotKey   1
  70.   Download !XMT.EXE /C %p /B %b /T /K %f
  71.   Upload   !XMT.EXE /C %p /B %b /R /K %f
  72.   Batch    No
  73.   TwoWay   No
  74. End Protocol
  75.