1. Let's Make a del. bat batch processing file.
2. The specific creation method is very simple. Choose "start"> "program"> "attachment"> "notepad" on your server, right-click the desktop, and create a notebook.
3. Open the notepad file and copy the following code to your notepad:
DEL/F/A/Q \? % 1
RD/S/Q \? % 1
4. Choose "file"> "save"> "save"> "all types" for the save type, and enter the file name as "del. bat "(the file name does not contain double quotation marks), of course, you can also directly rename the notepad.
5. We can find this type of files and directly put the batch files in the same directory as them, and then click del. bat to delete them.
The Yunqi community editor reminds you that some servers have installed some anti-virus software to restrict the inability to delete php and asp files. If you stop the software, you can delete it.