Create thousands of junk folders in just using one command
Created for educational or testing purposes only. I am not responsible for any damage caused by this program. The program might be detected as a virus by your antivirus. This is a false positive. You can check the source code for yourself. So it is recommended to disable your antivirus before running this program.
- Download the latest release from releases page
- Extract the zip file
- Open command prompt in the extracted folder and run
folderJunker.exe
with the number of folders you want to create as an argument. For example, to create 1000 folders, runfolderJunker.exe 1000
- You can also add the
folderJunker.exe
to your PATH variable to run it from anywhere
Usage: folderJunker.exe [OPTIONS] NUMBER_OF_FOLDERS
-h, --help Print this help message and exit
-v, --version Print version information and exit
-s, --silent Run silently without printing anything to the console
-w, --word Create folders with random words generated from the given string
-n, --number Specify the number of folders to be created
--destructive Delete all the content of existing folders before creating new ones.
- Clone the repository
cd
into the cloned repository & runmkdir build && cd build
- Run
cmake -G "Unix Makefiles" ..
orcmake -G "MinGW Makefiles" ..
depending on your OS and what generator you want to use - Run
make
ormingw32-make
depending on your OS - Run
./folderJunker
to run the program