Had occasion to check in with NJ on this yesterday. Turns out that the command is case sensitive. program01.programsend is NOT the same as Program01.programsend.
here's a script that is tested and known working on slots 1 & 2 of an MC3:
[Header]
DebugStrings=on
AbortOnError=off
[Variables]
ProcessorAddress=myprocessor.dummy.org
ProcessorPort=41795
MasterProg=putyourprogram1here.lpz
DeviceProg=putyourprogram2here.lpz
[Load Program ]
Connect=tcp |ProcessorAddress|,|ProcessorPort|
LogFile=|$scriptpath||$scriptfilename|-|$date| |$time|.log
ProductGetInfo
Program01.programsend "|$scriptpath||MasterProg|"
Program02.programsend "|$scriptpath||DeviceProg|"
toggle quoted message
Show quoted text
--- In Crestron@..., Rapha?l Thiffault <raphaelthiffault@...> wrote:
Try
[LoadProgramToMC3]
Connect=tcp 10.254.15.162
QuerySendDefaultIPTable=y
Program01.ProgramSend "C:\Users\resav\Desktop\Crestron Holder\AUT WG601,
602, 603 v3.1.lpz"
ResetReboot
The QuerySendDefaultIPTable=y bypass the question for sending the ip table
if necessary.
{Paf}
2013/3/5 Twelve Li <twelvelmk@...>
**
I tried a script on MC3 but it doesn't work, any idea?
From Trueblue answer ID I have to put the Program number in the front..
[LoadProgramToMC3]
Connect=tcp 10.254.15.162
Program01.ProgramSend C:\Users\resav\Desktop\Crestron Holder\AUT WG601,
602, 603 v3.1.lpz
ResetReboot
[Non-text portions of this message have been removed]