West Coast Connection Forum

Lifestyle => Sports & Entertainment => Topic started by: sncere on October 03, 2009, 09:40:26 PM

Title: creating a list of my files??
Post by: sncere on October 03, 2009, 09:40:26 PM
hey eryone, i want to create a list of my music and movies. does anyone know a program i can use? i just downloaded List Maker and it's a piece of shit.
there's gotta be a better way to do it, other than just taking screen shots.
Title: Re: creating a list of my files??
Post by: The Watcher on October 03, 2009, 11:30:15 PM
if you're using windows, and i assume they're all in the same directory

start-> run -> cmd.exe
cd drive:\path\to\your\movies
dir > C:\movie-list.txt

cd drive:\path\to\your\music
dir > C:\music-list.txt