Deleting files specified in a text based file list
To delete a list of files specified in a text based file list, do the following:
Reference:
https://superuser.com/questions/355584/how-to-delete-files-from-a-folder-using-a-list-of-file-names-in-windows
> for /f %i in (files_to_delete.txt) do del %i
Reference:
https://superuser.com/questions/355584/how-to-delete-files-from-a-folder-using-a-list-of-file-names-in-windows
New web site is looking good. Thanks for the great effort
ReplyDeleteself deleting files