Here's a batch file that will get you started. Put it in the same
folder as scclitool.exe.
SCDisplay.cmd:
Code:
--------------------
@echo off
set scserverip=127.0.0.1
set cliport=9090
set playerMAC=00:04:20:10:0A:0B
set msgDuration=10
"%~dp0scclitool.exe" %playerMAC% display %1 %2 %msgDuration% -t -h
%scserverip% -p %cliport%
--------------------
In the above code, fixup the playerMAC address to match that of your
player. Also, set the msgDuration value to match how long you want the
message to appear on the player display.
Finally, call the batch file with two parameters:
SCDisplay.cmd Line%20One%20Message. Line%20Two%20Message
..the first parameter being the line one text you want to display and
the 2nd parameter being what you want to show up on line two. You need
to "%" encode the messages, i.e. substitute "%20" for any spaces in the
message.
--
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=63282
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins