Moves all files from a folder including all subfolders to another folder.
Packed with Warp
MoveFilesToSubFolder.exe <InputPath> <OutputPath> <DetailedLogging> <MoveOrCopy>
MoveFilesToSubFolder.exe "C:\temp" "C:\tempWithAllFiles" true true
Path with the files in subfolders, if empty the path where the exe is is used.
Path where all the files should be placed.
bool value (true/false) write the whole path to the console.
bool value (true/false) move or copy the files.