Subj : CopyM3U To : All From : Nick Andre Date : Mon Sep 28 2020 05:53:34 (* COPYM3U 1.0 Copyright (c) Nick J. Andre, Ltd. Freeware. *) (* *) (* CopyM3U creates a script/batch file that copies the files listed in *) (* the specified .M3U or .WPL file to a directory of your choice. Should *) (* be able to be compiled on any Pascal compiler and should also be easy *) (* to modify for Linux/non-Windows environments. *) program copym3u; uses dos; var i,o:text;s:string[255];x:integer; begin writeln('CopyM3U 1.0 Copyright (c) by Nick J. Andre, Ltd. Freeware.'); writeln; if paramstr(2)>'' then begin assign(i,paramstr(1));reset(i);assign(o,'copym3u.cmd');rewrite(o); if ioresult=0 then begin while not eof(i) do begin readln(i,s); x:=pos('