var filename : String;
filename := FormatDateTime('yymmdd',Now)+'.m3u';
Writeln(filename);
Queue.Clear;
Queue.AddList('C:\Playlists\'+filename, ipBottom);
PAL.Loop := True;
PAL.WaitForTime('23:59:59');
Follow
Comments