Thanks Thanks:  0
Likes Likes:  0
Needs Pictures Needs Pictures:  0
Picture(s) thanks Picture(s) thanks:  0
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2004
    Location
    Sunshine Coast Queensland
    Age
    53
    Posts
    1,401

    Default Looking for a Program

    Hi Guys,
    Actually after two programs if they exist.
    I need something that will either print or create an exportable list of all the files on a hard drive - including folder contents if possible.
    Also a program that will scan hard drives and create a list of duplicate files.
    I have 4 hard drives not including C, I need a list of whats on there for a friend and would love an easy way to identify duplicate files.
    Do such programs exist?
    Thanks
    Paul

  2. # ADS
    Google Adsense Advertisement
    Join Date
    Always
    Location
    Advertising world
    Age
    2010
    Posts
    Many





     
  3. #2
    Join Date
    Dec 2007
    Location
    Gold Coast
    Age
    63
    Posts
    847

    Default

    Open a command window/dos box,
    Change to the root of each drive you want listed
    Use the dir command and pipe the output to your chosen file using the inbuilt options and switches of the command.

    http://www.computerhope.com/dirhlp.htm

    Sorry I cant recall the exact command line you need.

    As for duplicate files. Thats a bit harder. Its not as simple as filenames and sizes, although these two things alone will probably suit most needs. There are applications or you can import the dir output files into a spreadsheet or database then sort on name etc.

  4. #3
    Join Date
    Jul 2003
    Location
    Melbourne
    Age
    53
    Posts
    856

    Default

    The DOS command is : dir c: /b /s > filename.txt


    C: is the drive you want to search
    /b displays the data without heading etc
    /s shows all subdirectories

    filename.txt is the name of the file generated.

    You can also use >> instead of > it will add to the file instead of overwritting it.


    Once you have the files you can sort and locate duplicates in something like excel.

  5. #4
    Join Date
    Nov 2011
    Location
    Port Sephens NSW Southside
    Posts
    81

    Default DirectoryListPrintPro

    Paul
    I use DirectoryListPrintPro.exe, it's freeware. It's only an executable file, ie does not stay active when shut down.
    Under 3 meg, outputs in word or excel.

    JohnQ

  6. #5
    Join Date
    Aug 2005
    Location
    Cranbourne West
    Age
    72
    Posts
    3,612

    Default

    Auslogics Duplicate File Finder
    Infonautics Directory List & Print

    Both programs have Freeware versions and work quite well.
    To grow old is inevitable.... To grow up is optional

    Confidence, the feeling you have before you fully understand the situation.

    What could possibly go wrong.

Similar Threads

  1. What program's?
    By trikee in forum DESIGN & DESIGNING / GOOGLE SKETCHUP
    Replies: 7
    Last Post: 9th January 2014, 10:36 PM
  2. Program
    By dj_pnevans in forum CNC Machines
    Replies: 2
    Last Post: 17th September 2011, 01:08 AM
  3. program help
    By spencer411 in forum WOODWORK - GENERAL
    Replies: 5
    Last Post: 21st September 2010, 07:04 AM
  4. I Need A Cad Program
    By echnidna in forum NOTHING AT ALL TO DO WITH WOODWORK
    Replies: 24
    Last Post: 28th July 2007, 02:58 PM
  5. ABC program
    By workgoose in forum ANNOUNCEMENTS
    Replies: 3
    Last Post: 13th June 2006, 10:11 PM

Tags for this Thread

Posting Permissions

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