Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. //----Crestron Toolbox Script Example - Uploading SIG (ZIG) along with LPZ----
  2. //----------------------------------------------------------------------------
  3. [Header]
  4. DebugStrings=on
  5. AbortOnError=off
  6. ConcurrentSectionLimit=8
  7. GlobalReportFileIncludeAll=on
  8. GlobalReportFile=|$scriptpath||$scriptfilename|-|$date| |$time|.log
  9. //----------------------------------------------------------------------------
  10. [Upload LPZ Program File & SIG File - .SIG must be in same folder as .LPZ]
  11. Connect=auto AV3DH;username AV3DH;password AV3DH
  12. Program01.ProgramSetSpecialLoadBehavior "StartStopDependentPrograms","true","SendSigFile","true","SendIpTable","true"
  13. Program01.ProgramSend "C:\Users\dhollander\Desktop\OLH\MyProject\SIMPL Program\MyProjectV1.lpz"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement