1.

Solve : batch file moving files which contains 2 specific values to different folder?

Answer»

hi all,

I currently have a folder with 160.000 files. al the filenames are a combination of 2 different id's, an original filename and a location where it used to be located
(e.g. 12345$RESUME#56789_mydocuments.pdf)

the numbers their self are not unique, but the combination of the 2 is unique.

I would like to MAKE a SCRIPT for a batch file which move the files which contain the 2 numbers (e.g. 12345 and 56789) to be moved to a specific folder.

could someone help me to make a script for this.

Thanks a LOT Quote from: derksen1986 on August 17, 2016, 09:50:09 AM

I would like to make a script for a batch file which move the files which contain the 2 numbers (e.g. 12345 and 56789) to be moved to a specific folder.

MOVING files to a specific folder is easy.

But writing a batch script that is less likely to mangle your files really requires specific details.



Discussion

No Comment Found