I need to put audio files (mp3s) from the subfolder in current.
Because I sync my psp with wmp and he automatically puts files in the folders like that \music\%interpret%\%album%\.
PSP can read music files with only one subfolder (\music\...\).
So I need to have a script putting foldercontent in the music folder without any subfolders.
I was thinking about a script like that:
Code: Select all
xcopy \*(//interpret)\*(//album)\*(//trackname).mp3 \(//folder of the script)*.mp3
But I dont know the syntax of "random folder".
Please help!!
--gameaIOZ4--