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

  1. ;------------------------------------------------------------------------
  2. ;               Silver Xpress 4.00 Protocol Definition file
  3. ;            (c) copyright 1988-1993 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.  The substitution 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.   Download $XMT  /F /C %p /B %b /T /Z  %f
  29. ;
  30. ;  UPLOAD: This is the statement used to UPLOAD a reply file.
  31. ;
  32.  
  33.   Upload   $XMT  /F /C %p /B %b /R /Z /O %f
  34.  
  35. ;
  36. ;  BATCH:  This statement is not used YES. It will eventually tell Xpress
  37. ;  if batch file transmissions can take place.
  38. ;
  39.   Batch    Yes
  40. ;
  41. ;  TWOWAY: This statement tells Xpress to LOOK in the UPLOAD directory
  42. ;  for a REP file AFTER a download takes place. It was meant to be used
  43. ;  for a dual transfer protocol system such as BI-MODEM or HSLINK. Only
  44. ;  answer YES to his question if a dual transfer protocol is DEFINED and
  45. ;  implemented.
  46. ;
  47.   TwoWay   No
  48. End Protocol
  49.  
  50. Protocol Y-Modem
  51.   HotKey   Y
  52.   Download !XMT.EXE  /C %p /B %b /T /Y %f
  53.   Upload   !XMT.EXE  /C %p /B %b /R /Y %f
  54.   Batch    No
  55.   TwoWay   No
  56. End Protocol
  57.  
  58. Protocol X-Modem/CRC
  59.   HotKey   X
  60.   Download !XMT.EXE  /C %p /B %b /T /X %f
  61.   Upload   !XMT.EXE  /C %p /B %b /R /X %f
  62.   Batch    No
  63.   TwoWay   No
  64. End Protocol
  65.  
  66. Protocol X-Modem-1K
  67.   HotKey   1
  68.   Download !XMT.EXE   /C %p /B %b /T /K %f
  69.   Upload   !XMT.EXE   /C %p /B %b /R /K %f
  70.   Batch    No
  71.   TwoWay   No
  72. End Protocol
  73.  
  74. Protocol HS-LINK Two Way Transfer
  75.   HotKey   H
  76.   Download !HS-LINK.EXE  %f -u%ud
  77.   UpLoad   !HS-LINK.EXE  -u%f
  78.   Batch    No
  79.   TwoWay   Yes
  80. End Protocol
  81.  
  82.