0

I have roughly 1700 PDF files that need to be moved to folders with the same name.

The PDF files are named as such:

ABC12345
BCD23456

And there are corresponding folders named as such:

ABC-12345
BCD-23456

Is there a way to move these files into their corresponding folders via the command prompt?

aschipfl
  • 33,626
  • 12
  • 54
  • 99
zack
  • 11
  • 3
  • If you have more knowledge in C#, then do it in C#. Or Java. Or Python. Or .... – Thomas Weller Aug 15 '16 at 20:22
  • 3
    Possible duplicate of [Move Files to Folders with same name](http://stackoverflow.com/questions/14470322/move-files-to-folders-with-same-name) – DavidPostill Aug 15 '16 at 20:28
  • Do the folders already exist? You say "folders with the same name" but the example shows the folders have hyphens in? – Rawns Aug 16 '16 at 14:02

0 Answers0