标题: 请问各位,如果想要两个ghost恢复命令相继执行,该怎样写? [打印本页] 作者: niutao1 时间: 2007-2-11 23:03 标题: 请问各位,如果想要两个ghost恢复命令相继执行,该怎样写? 请问各位,如果想要两个ghost恢复命令相继执行,该怎样写?
我先要执行快速分区(用ghost载入可以分区的小镜像文件)再载入真正的恢复镜像,我使用光盘对硬盘,谢谢!:'(作者: jasonwang 时间: 2007-2-12 15:44
写2条呗
ghost 1
ghost 2作者: niutao1 时间: 2007-2-12 19:47
那我的autoexec,这样写可以吗?
@ECHO OFF
LH MSCDEX.EXE /D:mscd000>nul
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
CD\ghost
ghost -clone,mode=load,src=HD-4.gho,dst=1 -sure
ghost -clone,mode=pload,src=tebieO7.gho:1,dst=1:1 -sure -rb作者: jasonwang 时间: 2007-2-12 23:24
ghost 1
应该是:
ghost -clone,mode=load,src=hd-4.gho,dst=1 -sure -fx作者: bd540_2 时间: 2007-2-13 07:06
ghost ...... -fx
ghost ...... -rb作者: jast 时间: 2007-2-13 09:23
或者用GHOST的脚本。作者: niutao1 时间: 2007-2-15 20:49
谢谢各位,去试试!