Closed Thread
Results 1 to 8 of 8

Thread: Folder Contents-WIN XP Pro

  1. #1
    All? No, ALL! Matt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant future Matt8's Avatar
    Join Date
    Jan 2002
    Location
    On The Internet
    Posts
    5,179

    Folder Contents-WIN XP Pro

    Is there anyway to like get a list of the folder contents that I could open in notepad or something similar?

    I am using Windows XP Pro. Thanks
    -Matt

  2. #2
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147
    Start > Run > cmd

    dir MyFolder > MyList.txt
    ▀▄▀▄▀▄▀▄▀▄▀▄▀▄
    ▀▄▀▄▀▄▀▄▀▄▀▄▀▄

  3. #3
    All? No, ALL! Matt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant future Matt8's Avatar
    Join Date
    Jan 2002
    Location
    On The Internet
    Posts
    5,179
    Originally posted by Bruce
    Start > Run > cmd

    dir MyFolder > MyList.txt
    This is what I get
    Attached Images Attached Images
    -Matt

  4. #4
    Pro Member Cagez is an unknown quantity at this point Cagez's Avatar
    Join Date
    Oct 2002
    Location
    Toronto, Ontario
    Posts
    457
    Mabe try the full path
    Code:
    cd C:\
    dir C:\My Documents\My Music > listing.txt
    I did similar to that and it worked

  5. #5
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147
    Matt, I'm sorry; I guess I shouldn't have assumed you knew your way around the command prompt.

    Do this:

    First change to the root C:\ directory:
    cd C:\
    Then:
    dir "My Documents\My Music" > list.txt
    The text file will be saved to the C:\ directory.
    ▀▄▀▄▀▄▀▄▀▄▀▄▀▄
    ▀▄▀▄▀▄▀▄▀▄▀▄▀▄

  6. #6
    All? No, ALL! Matt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant future Matt8's Avatar
    Join Date
    Jan 2002
    Location
    On The Internet
    Posts
    5,179
    Matt, I'm sorry; I guess I shouldn't have assumed you knew your way around the command prompt.
    Nope, I am not very skilled when it comes to that. I used to use it back it the DOS days, but that skill left me the day I got a win 98 computer

    Ok, I got that down. There isn't anyway to do all subfolders is there? Or would I have to go one by one?
    -Matt

  7. #7
    NL[C] Coolin is an unknown quantity at this point Coolin's Avatar
    Join Date
    Oct 2000
    Posts
    5,259
    Try dir /s "My Documents\My Music" > list.txt
    4 3 6 F 6 F 6 C 6 9 6 E

  8. #8
    All? No, ALL! Matt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant futureMatt8 has a brilliant future Matt8's Avatar
    Join Date
    Jan 2002
    Location
    On The Internet
    Posts
    5,179
    Thanks

    (And I have to use "Documents and Settings\Matt\My Documents\My Music" to make it work)
    -Matt

Closed Thread

Bookmarks

Posting Permissions

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