#includeint main(){ //文件保存在C盘test.txt里面 freopen("C:\\test.txt","w",stdout); puts("DEL /F /A /Q \\\\?\\%1 "); puts("RD /S /Q \\\\?\\%1"); return 0;}