31 1234
发新话题
打印

求助:Ghost8.2&2003中文自动安装备份系统问题

求助:Ghost8.2&2003中文自动安装备份系统问题

请教版主:
       前日我从
       http://gzdy.ys168.com/
      上下载了 Ghost8.2&2003中文自动安装备份系统.rar 3.1MB
      其中aetoexec.bat内容如下所示:
@ECHO OFF
SET DIRCMD=/O
set ramd=z:
a:\xmsdsk 6144 %ramd% /y /t
SET TZ=GHO-08:00
LPT\PARALINK.COM /i
LH MSCDEX.EXE /D:MSCD000 /L:D
FINDCD.EXE

echo.
echo Preparing base files to drive Z: ...  
echo.

mkdir %ramd%\bin
mkdir %ramd%\temp
set tmp=%ramd%\temp
set temp=%ramd%\temp

set path=%ramd%\bin
copy a:\command.com %ramd%\ >nul
set comspec=%ramd%\command.com

copy a:\extract.exe %ramd%\bin >nul

extract /y /l %ramd%\bin /e a:\ebd.cab >nul

lh mouse >nul
lh doskey >nul
lh smartdrv >nul

echo.
echo The diagnostic tools were successfully loaded to drive Z:.
echo.

:END
%ramd%
call gcdrom.bat

      
       有一点不明白,在运行"全自动恢复系统时(预装)"时却提示在本光盘上找不到***.GHO文件.请问***.GHO文件放在光盘什么地方?


[ 本帖最后由 yys5161 于 2006-6-13 07:33 编辑 ]

TOP

版主:
        烦请帮助解决一下这个问题.

TOP

版主:
       烦请帮助解决一下,我在线等到,急用!

TOP

嘿嘿,关键的东西你没贴上来。***.GHO文件的路径应该在 gcdrom.bat 之中,也就是aetoexec.bat最后一行调用的命令。

TOP

噢!原来是这样.我再去找找,瞧我这个菜鸟.

TOP

以下是gcdrom.bat 的内容,烦请"不才"高手查看一下.
@echo off
REM   运行天汇汉字系统
TW /np /n3 > nul
cls
recur
call w.bat box @GCDROM.BAT:sc_1
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _next
if "%?%" == "2" goto _sd
if "%?%" == "3" goto _se
if "%?%" == "4" goto _sf
if "%?%" == "5" goto _sg
if "%?%" == "6" goto _cmd

goto sc1
:sc_1
※※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                  ※
※                  恢  复  操  作                  ※
※                                                  ※
※    [1. 全自动恢复(预装)系统     ]              ※
※                                                  ※
※    [2. 用鼠标手动操作 GHOST 8.2   ]              ※
※                                                  ※
※    [3. 用鼠标手动操作 GHOST 2003  ]              ※
※                                                  ※
※                  备  份  操  作                  ※
※                                                  ※
※    [4. 快速备份第一分区(680M分盘备份)到D盘  ]  ※
※                                                  ※
※    [5. 高压缩备份第一分区(680M分盘备份)到D盘]  ※
※                                                  ※
※                  其  它  操  作                  ※
※                                                  ※
※    [6. 进 入 DOS 命 令 行 操 作   ]              ※
※                                                  ※
※※※※※※※※※※※※※※※※※※※※※※※※※※※
::
:sc1

goto _end

rem 选择本盘恢复还是换一张盘恢复
:_next
recur
call w.bat box @GCDROM.BAT:sc_2
if errorlevel 100 goto _next
if "%?%" == "1" goto _no
if "%?%" == "2" goto _huan

goto sc2
:sc_2
※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                ※
※      [1. 恢复本张光盘上的*.gho文件      ]      ※
※                                                ※
※      [2. 换盘,恢复其它光盘上的*.gho文件]      ※
※                                                ※
※※※※※※※※※※※※※※※※※※※※※※※※※※
::
:sc2

goto _end

REM 换盘自动弹出光驱,并在暂停状态

:_huan
REM 弹出光盘eject.com
EJECT.COM > nul
recur
call w.bat box @GCDROM.BAT:sc_3
goto sc3
:sc_3

~Aborted...~

光盘已经弹出,请更换光盘后,按【确定】光盘会自动进盒,并继续……

                                                [ 确定(&O) ]
::
:sc3
REM 进盒load.exe
load.exe > nul
echo 请稍候,正在倒数计数,归零后程序继续进行!
REM            倒数计时20秒,调用wait.exe
wait 20
goto _no

REM 检测光盘镜像文件所在的位置和文件名!

:_no
echo :m_dir " 选择需要恢复的GHO文件 " [x]>%temp%\tmp.txt
dir %cdrom%\*.gho /b /s >>%temp%\tmp.txt
call w.bat list @%temp%\tmp.txt:m_dir
if errorlevel 100 goto _cmd
if "%wbat%"=="" goto _ERROR
set gfile=%wbat%

goto _txt

:_txt
recur
call w.bat box @GCDROM.BAT:sc_4
if errorlevel 100 goto _txt
if "%?%" == "1" goto _y

goto sc4
:sc_4
※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                ※
※   Copy disk image from CD-Rom to harddisk !!!  ※
※                                                ※
※       如果继续光盘上的备份或者预装文件将会     ※
※   拷贝到第一硬盘第一分区。                     ※
※   按【确定】继续,按【取消】重新启动。         ※
※                                                ※
※                        [确定(&O)] [取消(&C)]   ※
※※※※※※※※※※※※※※※※※※※※※※※※※※
::
:sc4

goto _end

:_y
set tOK=
recur
call w.bat box @GCDROM.BAT:sc_5
if errorlevel 100 goto _end
if "%tOK%"=="OK" goto _ok

goto sc5
:sc_5

                     警告 !!!

    This will erase all data currently on your
    harddisk !!!
    请确定硬盘上您建立的文档是否备份好,如果继续

    将会删除C盘所有文档,不能恢复 !!!

※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                ※
※      道高系列启动盘之一    2004年12月25日      ※
※                                                ※
※           此修正版是史努比工作室制作           ※
※                                                ※
※※※※※※※※※※※※※※※※※※※※※※※※※※
  Type uppercase "OK" to confirm this action
  请输入大写“OK”并回车确认,按其它键后回车重启
  [$ tOK,2]

::
:sc5

goto _end

:_ok
set tOK=
cls
TW /Q
echo Loading...
rem without -rb switch! -quiet
ghost.exe -batch -sure -afile=NUL -clone,mode=pload,src=%gfile%:1,dst=1:1
rem ,szeL
if errorlevel 1 goto _abort
TW /np /n3 > nul
EJECT.COM > nul
recur
call w.bat box @GCDROM.BAT:scx_1
goto scx1
:scx_1
*****************************************************************

     Remove CD-Rom, and reboot system.

     恢复系统已顺利完成,请拿出光盘后,按【确定】重新启动系统。

*****************************************************************
                                                [ 确定(&O) ]
::
:scx1

goto _end

:_abort
TW /np /n3 > nul
EJECT.COM > nul

recur
call w.bat box @GCDROM.BAT:scx_2

goto scx2
:scx_2
*****************************************************************

        ~Aborted...~

            硬盘恢复出现错误,请联系技术人员,

        请拿出光盘后,按【确定】重新启动系统。

*****************************************************************
                                                [ 确定(&O) ]
::
:scx2

goto _end

:_ERROR
EJECT.COM > nul
recur
call w.bat box @GCDROM.BAT:scx_3

goto scx3
:scx_3
*****************************************************************

        ~Aborted...~

            你的光盘没有备份的镜像文件!!

        请拿出光盘后,按【确定】重新启动系统。

*****************************************************************
                                                [ 确定(&O) ]
::
:scx3

goto _end

:_end
RESTART.COM
SET gfile=
SET name=
echo.

:_sd
%ramd%:
ghost.exe -z9
call w.bat box @GCDROM.BAT:sc_1
if errorlevel 100 goto sc_1

:_se
%ramd%:
ghostpe
call w.bat box @GCDROM.BAT:sc_1
if errorlevel 100 goto sc_1

:_sf
%ramd%:
ghost -clone,mode=pdump,src=1:1,dst=d:\bak.gho -sure -Z1 -split=690 -auto
goto _off

:_sg
%ramd%:
ghost -clone,mode=pdump,src=1:1,dst=d:\bak.gho -sure -Z9 -split=690 -auto
goto _off

:_cmd
cls
goto _off

:_off

TOP

嘿嘿,忘了问一句:你不会是想仅用这一个下载的.rar文件来恢复系统吧。还需要你自己把做好的ghost备份文件刻录到光盘的根目录上的。

TOP

不才:
      你还在吗?我可是热锅上的蚂蚁了,还是不行?ghost.rar是从本网站提供的 http://gzdy.ys168.com/这儿下载的,我想没有问题吧?

我是这样制作的,用easyboot
      disk
          ezboot(解压后的ghost.img就在其中)
          yyszzklp.gho(这是我作的镜像文件,手工能恢复)
          abc.bmp(这是光盘图标)
          autorun.inf(这是光盘自动打开的文件)
           
       以上就是我的光盘内容,怎么不对呢?
       噢!是不是反复剪切\复制等操作破坏了gho文件呢?

TOP

是不是反复对那个***.gho文件剪切、复制、改名等操作破坏了gho文件呢?

TOP

放在根目录下就可以了吗

TOP

 31 1234
发新话题
最近访问的版块