|
我这样用的,GHOST11 但有时GHOST报错,大多时候又能备份 不明白怎么回事 ? 大家看看!- @echo off
- @ECHO OFF
- Break=OFF
- set EXPAND=YES
- SET DIRCMD=/O:N
- SET RAMDRIVE=X
- XMSDSK 8192 X: /y
- SET TEMP=%RAMDRIVE%:\
- SET TMP=%RAMDRIVE%:\
- Path=a:\;%RAMDRIVE%:\
- mouse.com >nul
- smartdrv.exe >nul
- cls
- echo Please Wait a Moment.
- copy *.* x:\ >nul
- x: >nul
- cd\ >nul
-
- hpa -u -c >nul
- dpit 1 /find:all /ghost /y>hdd.txt
- awk.exe "$1 ~ /:/ {last=$1} END {print last}" hdd.txt >last.txt
- strings bak=read last.txt,1
- ghost -pwd=xyxy -clone,mode=pdump,src=1:1,dst=%bak%\system.bak -sure -nousb -noide -no1394 -z1 -fx
复制代码
[ 本帖最后由 xiaoy 于 2008-1-25 12:25 PM 编辑 ] |
-
-
xy.rar
57.11 KB, 下载次数: 132, 下载积分: 无忧币 -2
|