the only thing I couldn't make work is status of operation (i.e. copied OK or error)... I see no way to pass that info to XLobby from vbscript (or to BRANCH in Xlobby, for that matter, even If I had the info). Similar problem for subtitles - what do I do if there are NO subtitles on the CD? There's no way I can tell XLobby from VBScript this and/or make it branch...
I have an idea,
Ptrinchi wrote a plugin Xevent:
just, to inform you, Ptrinchi is writing a plugin "Xevent" to launch an event with a specific date and time, you can also specify a variable everyday or everymonth...
there is also a command for this plugin, to create a trigger via xlobby with a specify date and time and an other command to launch the event in xxx min.
the plugin gives the possibility to receive imformation via a script or something else to launch an event: example if your hard disk is full, your script or codes should send information to the plugin to launch an overlay alert... but for the moment there is a bug that it prevent to use it correctly : look at this theard :
http://www.xlobby.com/forum/viewtopic.php?t=2368Later,
The parameters of this plugin are stocked in the file "XAlarmClock.ini" the structure is like this:
"2004 11 01|08:36|goto:overlay_alerte".
So if you had some lines in your vbs to write these parameter in the file XAlarmClock.ini, you will have the possibility to display an overlay and execute all events that you want. example if it’s an error the vbs will write "2004 11 01|08:36|goto:overlay_error" and you will see the overlay “overlay_error” and if it’s copied OK the vbs will write "2004 11 01|08:36|goto:overlay_ copiedOK " and you will see the overlay “overlay_ copiedOK”.
Steven just answered to the request of Ptrinchi, so a new version should be work with all events and maybe with more functions.
but if you want to try the first version of this plugin it's here :
http://france.xlobby.com/forum/dgemily/temp/XEvent.zip
Later