Personally, in Windows, I would go with audiomuze's approach but (and it is a big 'but') you do have to be familiar with the Excel text manipulation functions (LEN, LEFT, RIGHT, MID, FIND, IF) in order to separate the path\filename from the file extension (filetype) etc, etc.
By the way, the DOS command I use to dump the path+filename to a text file is Run cmd.exe, then: > CD\whatever_starting_folder_you_want > dir /s/b > F:\Music_Misc\dump_filename.txt Which writes the dump "dump_filemane.txt" to my "F:\Music_Misc\" folder (change as required) Or to write only a specific filetype to the text file: > CD\whatever_starting_folder_you_want > dir *.mp3 /s/b > F:\Music_Misc\dump_filename.txt Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad. ------------------------------------------------------------------------ JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553 View this thread: http://forums.slimdevices.com/showthread.php?t=101282 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
