How to move all folders with cmd in a loop if no file with the same name exists? (the foldername includes the file extesion with a “,” instead “.”)
we have a repository with files and folders. The folders are named like the files with the only difference that the seperator of the file extension (normally a dot “.”) is replaced through a comma “,”.
How to move all folders with cmd in a loop if no file with the same exists? (the foldername includes the file extesion with a “,” instead “.”)
we have a repository with files and folders. The folders are named like the files with the only difference that the seperator of the file extension (normally a dot “.”) is replaced through a comma “,”.