Editor: A program for copying files onto a mp3Player's flash drive, where the order of the songs is determined by the copying order. The program can copy the files automatically, or write out a .BAT file which can be reviewed/modified and then run. Also, the program can remove files from the destination that no longer exist in the source. Just drag some source folders onto the program, specify the destination path and the file mask, and that's it.
Windows rarely copies files or folders in the order you would expect. And normally this isn't a problem. But, on a flash-based MP3 Player, the device may very well play the songs in the order they were copied, instead of alphabetically, or by track info. This program allows you to specify a source path (or paths), a destination path, and a file-type to copy. Then, either click COPY FILES and wait patiently, or click WRITE BAT, which will write out a .BAT file with all of the MKDIR commands, COPY commands, and DEL commands in it for reviewing/editing/running. The program has an option to overwrite existing files, and an option to remove files from the destination which no longer exist in the source.