home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / miscutil.zip / MIRRORDD.ZIP / XFER.XTS < prev   
Text File  |  1987-07-11  |  1KB  |  107 lines

  1. fk c5 ""
  2. sc s
  3. cls
  4. me
  5. (RECEIVE)       RX        XMODEM                     XX    (XMIT)
  6.         RB        XMODEM BATCH            XB
  7.         RY        YMODEM                XY
  8.         RS        YMODEM /SINGLE            XS
  9.         RN        YMODEM /NO ERROR CHECKING    XN
  10.                 GK/RK           KERMIT    SERVER/NONSERVER    XK
  11.         RQ        CROSSTALK            XM
  12.         RH        HAYES                XH
  13. .
  14. label ask-rxg
  15. ASK (R)eceive or (X)mit? 
  16. if -rxg Jump ASK-RXG
  17. jump ask-@
  18. label ask-R
  19. Ask Which protocol? 
  20. if -xbysnkqh jump ask-r
  21. jump ask-r@
  22. label ask-x
  23. ask Which protocol? 
  24. if -xbysnkmh jump ask-x
  25. jump ask-x@
  26. label ask-g
  27. ask Which protocol? (Kermit only) 
  28. if -k jump ask-rxg
  29. jump ask-g@
  30. label ask-rx
  31. fk c6 RX
  32. jump xfer
  33. label ask-rb
  34. fk c6 Rb
  35. jump xfer
  36. label ask-ry
  37. fk c6 Ry
  38. jump xfer
  39. label ask-rs
  40. fk c6 Ry
  41. fk c5 /s
  42. jump xfer
  43. label ask-rn
  44. fk c6 Ry
  45. jump xfer
  46. fk c5 /n
  47. label ask-rk
  48. fk c6 Rk
  49. jump xfer
  50. label ask-rq
  51. fk c6 Rq
  52. jump xfer
  53. label ask-rh
  54. fk c6 Rh
  55. jump xfer
  56. label ask-xx
  57. fk c6 xx
  58. jump xfer
  59. label ask-xb
  60. fk c6 xb
  61. jump xfer
  62. label ask-xy
  63. fk c6 xy
  64. jump xfer
  65. label ask-xs
  66. fk c6 xy
  67. fk c5 /s
  68. jump xfer
  69. label ask-xn
  70. fk c6 xy
  71. fk c5 /n
  72. jump xfer
  73. label ask-xk
  74. fk c6 xk
  75. jump xfer
  76. label ask-xm
  77. fk c6 xm
  78. jump xfer
  79. label ask-xh
  80. fk c6 xh
  81. jump xfer
  82. label ask-gk
  83. fk c6 gk
  84. jump xfer
  85. ;
  86. label xfer
  87. ask @c7 Filename? 
  88. sc t
  89. @c6 @c7 @c5
  90. alarm
  91. wait d 50
  92. reply |
  93. wait d 10
  94. reply G|
  95. wait d 10
  96. reply N|
  97. wait d 10
  98. reply G|
  99. wait d 10
  100. reply Y|
  101. wait d 10
  102. reply N|
  103. wait d 30
  104. bye
  105. label rturn
  106. rturn
  107.