Folder Structure Delete. Deletes files in a specified folder structure
Deletes files and folders in the exact same structure as specified.
This is useful when you extracted a zip file into the wrong folder and want to remove those files without removing them manually
fsdel arg1 arg2
arg1 - FolderStructure
arg2 - FolderToDeleteFrom
e.g.
fsdel C:\FsFolder C:\MergedFolder
This tool was created because I accidentally extracted a zip file into the wrong folder. It merged into all subdirectories and I’m too lazy to delete every file manually