我是这样写的:
CLS
ECHO OFF
ECHO WARNING! This will destroy all of data on the first partation in your first HD!
ECHO Press any key to continue or CTRL+C TO break
PAUSE
GHOST -clone,mode=pload,src=win98.gho:1,dst=1:1 -sure -rb
只要把ghost.exe win98.gho和批处理文件放在同一级目录,在DOS运行批文件即可