Batch file to move X number of files

scr1b3

Posts: 20   +0
I was wondering if anyone out there can help me create a batch file that'll do what I need or tell me if its not possible.

Say I have 60,000 files of the same extension in a folder A. I need to move these files to folder B however only 1,000 at a time.

Basically I need a batch file to move only 1,000 files from folder A to folder B. Once I have that I can create a schedule job to repeat the process over and over.

Thank you.
 
Back