Close
Showing results 1 to 9 of 9

Thread: Movies

Hybrid View

  1. #1
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    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

  2. #2

    Default

    Quote Originally Posted by MiRai View Post
    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
    I'm affraid it's not working still, thanks for the effort though

    Quite probably a problem on my side.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •