Copy images files from old hard drive to another


  1. Posts : 241
    Windows 10 Pro
       #1

    Copy images files from old hard drive to another


    I found an old hard drive which I want to format, not before I transfer all the photos there,
    It's just that it's so old I wanted to know if there's a faster way than to search for them.
    Maybe there's a way to find all images files (jpeg, png) and copy them?

    ty
      My Computer


  2. Posts : 31,468
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #2

    Using Robocopy from a command prompt is probably the easiest way. Say your old drive is H: and you want to copy all photos you can find on H: into D:\photos - then open a command prompt and type:

    robocopy H:\ D:\photos *.jpg *.jpeg *.png /s

    Note there are two alternative extensions for 'jpegs'. The /s option will copy all subdirectories containing your chosen image file types and create copies of the files and directories under D:\photos (it will be necessary to create the same directory structure if two images from different folders share identical names). You could usefully add other image file types if you wish *.tiff, *.bmp and *.raw for example.
      My Computers


  3. Posts : 7,871
    Windows 11 Pro 64 bit
       #3

    Bree said:
    Using Robocopy from a command prompt is probably the easiest way. Say your old drive is H: and you want to copy all photos you can find on H: into D:\photos - then open a command prompt and type:

    robocopy H:\ D:\photos *.jpg *.jpeg *.png /s

    Note there are two alternative extensions for 'jpegs'. The /s option will copy all subdirectories containing your chosen image file types and create copies of the files and directories under D:\photos (it will be necessary to create the same directory structure if two images from different folders share identical names). You could usefully add other image file types if you wish *.tiff, *.bmp and *.raw for example.
    Good idea. I was thinking of suggesting XCOPY but the above seems better.
      My Computers


  4. Posts : 31,468
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #4

    Yes, XCOPY would work too. I'm old enough to remember when it was first introduced in DOS 3.2 and I've been using it ever since. RoboCopy came in with Windows 7 and is much more powerful, but XCOPY is still there if you prefer.

    Robocopy (the name is short for Robust File Copy) was introduced with the Windows Server 2003 Resource Kit and is included in all editions of Windows 7. Its many strengths include the ability to copy all NTFS file attributes and to mirror the contents of an entire folder hierarchy across local volumes or over a network. If you use the right combination of options, you can recover from interruptions such as network outages by resuming a copy operation from the point of failure after the connection is restored.
    https://technet.microsoft.com/en-us/.../ee851678.aspx
      My Computers


  5. Posts : 343
    Windows 10
       #5

    It would be easy if you assigned all your image folders the the pictures library. Libraries were added in Windows 7 to be able to store like files in separate folders but view them at the same time.
      My Computer


  6. Posts : 31,468
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #6

    orlbuckeye said:
    It would be easy if you assigned all your image folders the the pictures library. Libraries were added in Windows 7 to be able to store like files in separate folders but view them at the same time.
    Yes, but the OP doesn't want to keep the old drive permanently attached. They want to retrieve all images from the old drive before reformatting it and using it for something else.
      My Computers


  7. Posts : 241
    Windows 10 Pro
    Thread Starter
       #7

    Thank you guys!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:37.
Find Us




Windows 10 Forums