Load Events

Is there a way through a command item or a start action to load a saved list of events (a .mle file)? If I remember correctly, this could be done in version 3 by running a script and making the .mle file the script but that doesn’t work in version 4. How can I automatically load a set of scheduled events at particular times?

Thanks

1 Like

Sorry, I found the answer to my own question. In case anyone else was wondering, use a script with the following:

begin
CurrentPlaybackControl.GetEventList.LoadFromFile(‘C:\xxx\whatever.mle’);
end.