Quote Originally Posted by Littleburst View Post
I'm probably just making a stupid mistake, but this is what I did:
My movie folder is H:/Films
Run cmd as admin.
Typed in:
cd H:/Films
dir /b /s > movielist.txt

The movelist.txt shows a list of all my users\me files. I'm asuming something went wrong with changing the folder?
You have to switch to that drive before you can jump to the directory. So type:
Code:
H:
Then...
Code:
cd Films
Then...
Code:
 dir /b /s > movielist.txt