I got a new hard drive, and I wanted to move all files from old hard drive to new one.
I select all, cut, then paste in new hard drive. It tells me it takes 2 hours to move. So I left the computer doing it's thing, when I come back in 2 hours, I see it completed only about 5%, and a message: "Are you sure you want to move system file 'Thumbs.db'?"
Why can't they make the stupid copy file show the message at the beginning !? or why can't they just put a checkbox (or something) on the copy file window to stop asking me stupid questions !?
Is there any registry setting to override those messages ?
Last edited by CVMichael; Mar 5th, 2009 at 12:18 PM.
You won't get that message on each individual file as long as you check the box "apply this to all" in the bottom corner of the dialogue. But you'll get it again for system files. If you do the copy and paste instead of cut and paste not only are you not going to get the message but the copy will happen much, much faster since it's sequentially reading everything instead of deleting each file after reading it, which involves resetting the drive head to the file marker in the ntfs database. You can then delete all the files when you are done, if you wish. just select them all and hold down shift when you click "delete" and it will erase them instead of recycling them.
I was going to suggest robocopy but then in this situation it really doesnt give you any advantage over XCOPY and as XCOPY is built into the OS you dont need to download anything
I was going to suggest robocopy but then in this situation it really doesnt give you any advantage over XCOPY and as XCOPY is built into the OS you dont need to download anything
There are advantages to using Robocopy like the things listed here.
Regards,
™
As a gesture of gratitude please consider rating helpful posts. c",)
I was going to suggest robocopy but then in this situation it really doesnt give you any advantage over XCOPY and as XCOPY is built into the OS you dont need to download anything
Built into the OS? hardly, but it is convenient since it's been around since DOS 2.0 back in the early 80's
Currently using VS 2015 Enterprise on Win10 Enterprise x64.
I would suggest creating a small program in vb6... will hardly take time... use the API "SHFileOperation" plus you can use it in the future if you want to... I believe that's what Windows use...
Last edited by Siddharth Rout; Mar 6th, 2009 at 02:10 AM.
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved
MyGear:
★ CPU ★ Ryzen 5 5800X
★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
★ Keyboard ★ TVS Electronics Gold Keyboard
★ Mouse ★ Logitech G502 Hero
Built into the OS? hardly, but it is convenient since it's been around since DOS 2.0 back in the early 80's
it's no longer a dos program. It functions by accessing windows dlls now. And xcopy32 is the functioning version you would want to use. It has more functions available than the "compatibility" version xcopy.
Notice that according to it's own properties window, it is in fact part of windows.
Last edited by Lord Orwell; Mar 6th, 2009 at 02:28 AM.
it's no longer a dos program. It functions by accessing windows dlls now. And xcopy32 is the functioning version you would want to use. It has more functions available than the "compatibility" version xcopy.
Notice that according to it's own properties window, it is in fact part of windows.
My mistake, I don't use Vista so I didn't know that yet, but the one in XP is old school still.
Currently using VS 2015 Enterprise on Win10 Enterprise x64.