marketability
May 31st, 2009, 07:18 AM
I am trying to display whether my media server is running an an NR variable
can anyone tell me why the following LUA (called OnPanelLoad or by a button) is not working?
if win.FileExists("t:\\21\\VIDEO_TS\\video_ts.ifo") then
NetRemote.SetVariable("PME.BIGPIG", "Media Server is UP");
else
NetRemote.SetVariable("PME.BIGPIG", "Media Server is DOWN");
end;
by the way... I may be blonde
can anyone tell me why the following LUA (called OnPanelLoad or by a button) is not working?
if win.FileExists("t:\\21\\VIDEO_TS\\video_ts.ifo") then
NetRemote.SetVariable("PME.BIGPIG", "Media Server is UP");
else
NetRemote.SetVariable("PME.BIGPIG", "Media Server is DOWN");
end;
by the way... I may be blonde