Author Topic: creating a list of my files??  (Read 173 times)

sncere

  • Lil Geezy
  • *
  • Posts: 39
  • Karma: 0
  • word.is.bond
creating a list of my files??
« 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.
 

The Watcher

Re: creating a list of my files??
« Reply #1 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