Can i use a .txt for delete multiple files in cmd? I want to make an automatic "desktop.ini-deleter" with Window Scheduler, cmd and Windows Notepad. I know how to make a txt file from a search: `where /r "C:\\" desktop.ini >> desktop.ini.txt` But i want to delete these files with the same .bat file.