|
求救
@echo off
cls
echo Copying files, Please wait...
echo y | format a: /q >nul
%SystemDrive%
FOR %%A IN (ntldr,ntdetect.com,boot.ini,bootfont.bin,bootsect.dos) DO xcopy %%A a:/h
xcopy %windir%\repair\setup.log a: /h
xcopy %windir%\repair\*.nt a: /h
cls
echo OK!
把这个存为bat文件就可以完成,这是我在网上找的,不过我没有试验过,
成功的话告诉一声。 |
|