i need to move a bulk of files only with certain characters

brian566

New Member
hi guys, i need to move a over 3,000 files from a directorie to a new folder, my problem is I have to only move files with an underscore (_) within the file name to the new folder and leave the files without an underscore in the file name in the source directorie, i was thinking i could do this with command line and maybe make a batch file or try to use xcopy, any help is appreiciated
 

Quiltface

Active Member
you can depending on where there _ is.... or you can do a search in that folder for *_* and it will find all the files with an _ cut and paste all those files.
 
Top