RSS

cara membackup data : source by lincoln spector

dibawah adalah code batch untuk membackup data windows anda, caranya adalah
anda hanya perlu memblock tulisan ini ke dalam notepad dan menyimpannya dengan format (.bat)

------------ start code -------------------------
echo off
echo This driver backup batch file was developed by Lincoln Spector
echo for PC World. It will back up the folders containing your
echo hardware drivers to a folder called driverback inside My
Documents.
pause
%homedrive%
cd "%homepath%\my documents"
md driverback
cd driverback
xcopy %windir%\help /y
xcopy %windir%\inf /r /y
xcopy %windir%\system /r /y
xcopy %windir%\system32 /r /y
xcopy %windir%\system32\drivers /r /y
cd ..
attrib -h driverback
echo The folders are backed up. You should now copy the contents of
the
echo driverback folder to a CD.
pause
cls
------------- end code --------------------------------------
Langkah 2, jalankan file tersebut maka anda akan memiliki 1 folder di
My Documents namanya driverback
Langkah 3, copy kan folder tersebut ke CD dan silahkan gunakan

terima kasih :
evanz-0


source by lincoln spector
state : england

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar: