Home > Mobile >  Sorting Folders alphabetically using a batch file
Sorting Folders alphabetically using a batch file

Time:04-30

I need to sort a large number of files folders from alphabetical blocks of four to each individual letter. I have been attempting to do this using a batch file but instead it appears to be copying every single file, no matter the first letter, to the folder for every single letter. I've tried a number of different methods and I have not found any success.

Here is the closest I have managed to get:

@echo off
@echo Started:            
  • Related