I want to find and delete every desktop.ini and Recycle Bin.BIN file on a network drive, H:, using a windows batch file. I currently have this: @echo About to delete all desktop.ini and Recycle Bin.BIN files from H:, press Ctrl+C to cancel or Enter to continue. @pause @H: @for /f "usebackq" %%i in (`dir /s […]
The post Find and delete desktop.ini files in every folder on a drive using a batch script appeared first on BlogoSfera.