Results 1 to 6 of 6

Thread: listing files

  1. #1
    Lieutenant Junior Grade j8choi's Avatar
    Join Date
    Oct 2002
    Posts
    89

    listing files

    Hi im running windows 2000. Is there anyway to go into Dos or any program that would list every single file, directory and sub-directory along with the date? Thanks

  2. #2
    the admiral formerly known as overclocked OC's Avatar
    Join Date
    Aug 2000
    Location
    Julian, NC
    Posts
    5,923
    At a command prompt, use this command: dir /s /tc

    You can pipe the output to a file with this:

    dir /s /tc > c:\dirlisting.txt

    hth

    -OC

  3. #3
    Vice Admiral NuTs62's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco
    Posts
    4,763
    what does the /tc do? Doing it without the /tc and piping it into a file works the same.

  4. #4
    Commander Jcranmer's Avatar
    Join Date
    Jan 2001
    Location
    Pekin, IN
    Posts
    1,377
    Originally posted by NuTs62
    what does the /tc do? Doing it without the /tc and piping it into a file works the same.
    /T Controls which time field displayed or used for sorting timefield

    C Creation
    A Last Access
    W Last Written

  5. #5
    Commander Booyamos's Avatar
    Join Date
    Jun 2000
    Location
    Boston, MA
    Posts
    1,277
    I use a program here at work called Showsize. It is not free though, but it lets you see all the files, how big they are etc. It is good for finding where you are wasting space
    Boo ya Grandma

  6. #6
    Rear Admiral Upper Half Joshua's Avatar
    Join Date
    Jan 2001
    Location
    Long Island, NY
    Posts
    3,390
    You can do the same thing by clicking Search in Windows Explorer, choosing to search by Size and choosing all files greater than (enter size) 50mg for example...


    ...and it's free!

    Originally posted by Kacarp
    I use a program here at work called Showsize. It is not free though, but it lets you see all the files, how big they are etc. It is good for finding where you are wasting space
    The Apexer formerly known as SnotRocket.

    "Like I ****ing said, "Ok, so I hear it may be a repost. Blah But I had never seen it, so..." **** you Canta." -Jenny 12/4/2003

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
  •