Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 KB | None | 0 0
  1. // First modify the IPs in the Variables section below & save
  2. // Toolbox -> Script Manager -> RightClick -> LoadScript -> Browse to this file (.txt)
  3. // After opening in Script Manager, right click again and select "Run All"
  4.  
  5. [Header]
  6. DebugStrings=on
  7. AbortOnError=on
  8. ConcurrentSectionLimit=100
  9. //GlobalReportFile=|$scriptpath||$scriptfilename|-Report Log |$date| |$time|.log
  10. //GlobalReportFileIncludeAll=off
  11.  
  12. [Variables]
  13. //Predefined: $time $date $scriptfilename $scriptpath $scriptsection
  14. IP01=192.168.1.101
  15. IP02=192.168.1.102
  16. IP03=192.168.1.103
  17. IP04=192.168.1.104
  18. IP05=192.168.1.105
  19. IP06=192.168.1.106
  20. IP07=192.168.1.107
  21. IP08=192.168.1.108
  22. IP09=192.168.1.109
  23. IP10=192.168.1.110
  24. IP11=192.168.1.111
  25. IP12=192.168.1.112
  26. IP13=192.168.1.113
  27. IP14=192.168.1.114
  28. IP15=192.168.1.115
  29.  
  30. [Connect to IP01 & Remove Unneeded EISCs]
  31. Connect=ctp |IP01|
  32. //CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  33. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  34. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  35. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  36. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  37. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  38. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  39. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  40. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  41. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  42. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  43. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  44. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  45. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  46.  
  47. [Connect to IP02 & Remove Unneeded EISCs]
  48. Connect=ctp |IP02|
  49. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  50. //CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  51. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  52. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  53. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  54. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  55. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  56. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  57. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  58. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  59. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  60. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  61. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  62. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  63.  
  64. [Connect to IP03 & Remove Unneeded EISCs]
  65. Connect=ctp |IP03|
  66. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  67. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  68. //CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  69. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  70. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  71. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  72. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  73. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  74. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  75. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  76. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  77. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  78. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  79. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  80.  
  81. [Connect to IP04 & Remove Unneeded EISCs]
  82. Connect=ctp |IP04|
  83. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  84. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  85. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  86. //CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  87. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  88. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  89. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  90. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  91. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  92. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  93. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  94. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  95. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  96. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  97.  
  98. [Connect to IP05 & Remove Unneeded EISCs]
  99. Connect=ctp |IP05|
  100. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  101. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  102. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  103. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  104. //CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  105. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  106. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  107. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  108. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  109. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  110. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  111. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  112. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  113. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  114.  
  115. [Connect to IP06 & Remove Unneeded EISCs]
  116. Connect=ctp |IP06|
  117. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  118. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  119. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  120. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  121. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  122. //CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  123. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  124. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  125. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  126. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  127. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  128. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  129. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  130. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  131.  
  132. [Connect to IP07 & Remove Unneeded EISCs]
  133. Connect=ctp |IP07|
  134. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  135. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  136. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  137. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  138. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  139. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  140. //CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  141. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  142. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  143. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  144. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  145. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  146. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  147. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  148.  
  149. [Connect to IP08 & Remove Unneeded EISCs]
  150. Connect=ctp |IP08|
  151. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  152. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  153. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  154. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  155. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  156. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  157. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  158. //CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  159. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  160. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  161. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  162. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  163. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  164. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  165.  
  166. [Connect to IP09 & Remove Unneeded EISCs]
  167. Connect=ctp |IP09|
  168. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  169. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  170. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  171. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  172. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  173. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  174. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  175. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  176. //CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  177. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  178. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  179. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  180. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  181. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  182.  
  183. [Connect to IP10 & Remove Unneeded EISCs]
  184. Connect=ctp |IP10|
  185. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  186. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  187. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  188. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  189. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  190. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  191. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  192. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  193. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  194. //CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  195. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  196. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  197. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  198. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  199.  
  200. [Connect to IP11 & Remove Unneeded EISCs]
  201. Connect=ctp |IP11|
  202. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  203. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  204. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  205. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  206. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  207. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  208. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  209. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  210. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  211. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  212. //CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  213. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  214. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  215. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  216.  
  217. [Connect to IP12 & Remove Unneeded EISCs]
  218. Connect=ctp |IP12|
  219. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  220. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  221. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  222. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  223. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  224. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  225. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  226. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  227. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  228. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  229. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  230. //CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  231. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  232. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  233.  
  234. [Connect to IP13 & Remove Unneeded EISCs]
  235. Connect=ctp |IP13|
  236. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  237. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  238. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  239. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  240. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  241. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  242. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  243. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  244. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  245. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  246. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  247. //CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  248. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  249. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  250.  
  251. [Connect to IP14 & Remove Unneeded EISCs]
  252. Connect=ctp |IP14|
  253. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  254. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  255. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  256. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  257. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  258. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  259. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  260. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  261. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  262. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  263. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  264. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  265. //CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  266. CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
  267.  
  268. [Connect to IP15 & Remove Unneeded EISCs]
  269. Connect=ctp |IP15|
  270. CommunicationsSendAndWait "REMP 11 192.168.1.200\r",5,true,>
  271. CommunicationsSendAndWait "REMP 12 192.168.1.200\r",5,true,>
  272. CommunicationsSendAndWait "REMP 13 192.168.1.200\r",5,true,>
  273. CommunicationsSendAndWait "REMP 14 192.168.1.200\r",5,true,>
  274. CommunicationsSendAndWait "REMP 15 192.168.1.200\r",5,true,>
  275. CommunicationsSendAndWait "REMP 16 192.168.1.200\r",5,true,>
  276. CommunicationsSendAndWait "REMP 17 192.168.1.200\r",5,true,>
  277. CommunicationsSendAndWait "REMP 18 192.168.1.200\r",5,true,>
  278. CommunicationsSendAndWait "REMP 19 192.168.1.200\r",5,true,>
  279. CommunicationsSendAndWait "REMP 1A 192.168.1.200\r",5,true,>
  280. CommunicationsSendAndWait "REMP 1B 192.168.1.200\r",5,true,>
  281. CommunicationsSendAndWait "REMP 1C 192.168.1.200\r",5,true,>
  282. CommunicationsSendAndWait "REMP 1D 192.168.1.200\r",5,true,>
  283. //CommunicationsSendAndWait "REMP 1E 192.168.1.200\r",5,true,>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement