Anyone know what the syntax would be to delete a bunch of files that are listed in a text file?
I've tried del > filename.txt and del < filename.txt
I can generate a directory listing with dir /b /s > filename.txt. I want to take some of the files from that generated list and delete them all at once by using the del command to get the filenames from the filename.txt file
any ideas?
I've tried del > filename.txt and del < filename.txt
I can generate a directory listing with dir /b /s > filename.txt. I want to take some of the files from that generated list and delete them all at once by using the del command to get the filenames from the filename.txt file
any ideas?