Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [Header]
  2. DebugStrings=on
  3. AbortOnError=off
  4. ConcurrentSectionLimit=100
  5. GlobalReportFile=|$scriptpath||$scriptfilename|-Report Log |$date| |$time|.log
  6. GlobalReportFileIncludeAll=on
  7.  
  8. //-----------------------------------------------------------------------------
  9.  
  10. [AddressList:Devices]
  11. auto TSW-BOARDROOM
  12. auto TSW-CONF-RM1
  13. auto 192.168.1.100
  14. auto 192.168.1.101
  15. // Add IPs or Hostnames above as needed. Follow formatting used in Toolbox's "Address Book."
  16.  
  17. [Variables]
  18. FWFileName=tsx-xxx2_1.004.0007.001.puf
  19. LocalFilePath=C:\Users\Crestron\Desktop\
  20. DeviceFilePath=\firmware\
  21. // Note \firmware\ folder may be \ROMDISK\USER\SYSTEM for some devices
  22. // Check PUF cmd in Text Console to confirm which directory is being checked for file
  23.  
  24. //-----------------------------------------------------------------------------
  25. [Upload & Upgrade Firmware]
  26. Connect=AddressList:Devices
  27. LogComment "Connected to |$scriptconnect|.|$lf|"
  28. FileXferPutTo "|LocalFilePath||FWFileName|" "|DeviceFilePath||FWFileName|"
  29. LogComment "FW file uploaded.|$lf|"
  30. CommunicationsSend "PUF\r"
  31. LogComment "FW update in progress. Disconnecting from |$scriptconnect|.|$lf||$lf|"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement