Combining Software
Combining Software
Is there any software out there that combines the info in a folder?
Ex:
Folder 1 is called Stuff has 1.txt, 2.txt, 3.txt in it.
Folder 2 is also called Stuff has 4.txt, 5.txt, 6.txt.
Is there any software out there or any way to make the info in Folder 2 copy to Folder 1 without overwriting the folder?
:killer:
Ex:
Folder 1 is called Stuff has 1.txt, 2.txt, 3.txt in it.
Folder 2 is also called Stuff has 4.txt, 5.txt, 6.txt.
Is there any software out there or any way to make the info in Folder 2 copy to Folder 1 without overwriting the folder?
:killer:
Oh wait I read your post wrong, in your case, you need to:
xcopy c:\folder2\*.* c:\folder1\
I tried it out and it will copy everything in folder2 into folder1 without overwriting*.
(*) As long as you don't have two files with the same name. If more than one file has the same name, xcopy should prompt you to overwrite.
xcopy c:\folder2\*.* c:\folder1\
I tried it out and it will copy everything in folder2 into folder1 without overwriting*.
(*) As long as you don't have two files with the same name. If more than one file has the same name, xcopy should prompt you to overwrite.
If you have two folders of the same name, copy one to your clipboard and paste it in the same dir where the other folder is, and Windows will ask you if you wanna... do something, click "yes to all" and it'll only copy the files that don't exist. If you don't want to overwrite stuff, proceed similarly except read what the dialog says.
Thread
Thread Starter
Forum
Replies
Last Post
AcuraKidd
Non-Automotive & Motorcycle Sales
0
Sep 25, 2015 11:18 PM







