Saving all files in a folder to .txt

Associate
Joined
26 Nov 2006
Posts
624
trying to get a list of all the music files I (and another person) has, so I can obtain the ones I don't have, he has a lot of files so I'd like to create a notepad document to view all the files.

I tried this in command prompt
attrib /s C:\Users\SammyB\Desktop\Files\MUSIC *.* >mymusic.txt

something similar worked for me, but not for him, also for me I have the folder listing, I know there's a /-(letter) I can enter to just display the file name.
Any idea why this isn't working? is there anything else that can be used?
 
Back
Top Bottom