Messy folders? Do this !
I'm here to guide you through the tutorial of create a batch file that will clean and sort any folder.
Start off by creating a new text file. Open it up.
To be able to sort the files, we need to create the folders we need to sort them in. To create a folder, we use this simple code:
Start off by creating a new text file. Open it up.
To be able to sort the files, we need to create the folders we need to sort them in. To create a folder, we use this simple code:
This will create a folder in the folder at the location where the batch file is running named Foldername. Use some time to personalize this. This is my setup:
So now we have createed the folders. The next step is to sort the file extensions into a folder. You do that by using the code below. This will move all .zip, .rar, .7z and .iso files to the Achieves folder.
To finish up, this is my final, personalized code:
Personalize your batch file so it fits you - this will give you the most benefits out of it.
Remember to save your file with .bat extension, or else you will not be able to execute the file.
Remember to save your file with .bat extension, or else you will not be able to execute the file.
Run your batch, magic will happen !