if you copy the songs from a cd to a folder (for example, c:\music) and want to add it to an existing m3u (c:\music\songs.m3u) then create a file called update.bat and insert this code:
Quote:
dir c:\music\*.mp3 /b /s > c:\music\songs.m3u
Then just run it after you copy.