Search found 4 matches

by Auryn
17 Jun 2014 05:30
Forum: DOS Batch Forum
Topic: Compare 2 folder and rename one folder name based on the oth
Replies: 6
Views: 2734

Re: Compare 2 folder and rename one folder name based on the

Yeap, at first look it seems to work.

Thanks a lot.
by Auryn
17 Jun 2014 01:10
Forum: DOS Batch Forum
Topic: Compare 2 folder and rename one folder name based on the oth
Replies: 6
Views: 2734

Re: Compare 2 folder and rename one folder name based on the

Hi foxidrive, thanks but sadly it's not working, it say that "the system cannot find the file specified." repeatly. I tried in winVista, but i could test it in win7 if necessary. I even tried moving it to c:\ and not on the desktop to be sure. The folders i tried that on had all .bin exten...
by Auryn
16 Jun 2014 05:02
Forum: DOS Batch Forum
Topic: Compare 2 folder and rename one folder name based on the oth
Replies: 6
Views: 2734

Re: Compare 2 folder and rename one folder name based on the

Folder A 000.bin 001.ncgr 002.bin 003.nclr Folder B 000.bin 001.c.ncgr 002.c.bin 003.nclr After the process, folder A need to have: 000.bin 001.c.ncgr 002.c.bin 003.nclr It need to be renamed and not copied because even if the files have the same name, it's not said they have the same contenent. Tha...
by Auryn
15 Jun 2014 17:52
Forum: DOS Batch Forum
Topic: Compare 2 folder and rename one folder name based on the oth
Replies: 6
Views: 2734

Compare 2 folder and rename one folder name based on the oth

Hi guys, i am looking for way to compare 2 folders and rename the files in one folder based on the names in another folder. Let's have 2 folders named A and B In folder A there are all files named xxx.yyyy In folder B there are some files named xxx.yyy and others named xxx.c.yyyy xxx is always start...