首先不知道这个命令的具体用途
其次我不知道有没有这个命令对系统的影响:
今天看见别人的文件仿做了个ghost自动备份恢复的软盘,针对我的电脑:c: ntfs d:ntfs e:fat32
config文件
menucolor=7,1
menuitem=Restore,Ghost Restore
menuitem=Backup,Ghost Backup
menudefault=Restore,30
files=25
buffers=15
device=himem.sys /testmem
ff
dos=high,umb
stacks=9,256
lastdrive=z
autoexec.bat文件
@echo off
goto %config%
:Backup
md c:\Ghost
ghost -clone,mode=pdump,src=1:1,dst=c:\ghost\win.gho -fx -sure -rb
goto exit
:Restore
md c:\Ghost
ghost -clone,mode=pload,src=c:\Ghost\win.gho,dst=1:1 -sure -rb
:exit
软盘的目录结构如下
|---autoexec.bat
|--command.com
|--config.sys
|--ghost.exe
|--himem.sys
|--io.sys
|--msdos.sys
启动后的,选择菜单正常,不过运行其中的任何一个命令后有什么xms not installed 的错误。。。

后来我把
device=himem.sys /testmem
ff 去掉后,没有错误了。。。
我想问一下:这是什么原因?
还有ghost里面要是去掉device=himem.sys /testmem
ff后能否正常备份~~~
帮帮忙
其次我不知道有没有这个命令对系统的影响:
今天看见别人的文件仿做了个ghost自动备份恢复的软盘,针对我的电脑:c: ntfs d:ntfs e:fat32
config文件
menucolor=7,1
menuitem=Restore,Ghost Restore
menuitem=Backup,Ghost Backup
menudefault=Restore,30
files=25
buffers=15
device=himem.sys /testmem
ffdos=high,umb
stacks=9,256
lastdrive=z
autoexec.bat文件
@echo off
goto %config%
:Backup
md c:\Ghost
ghost -clone,mode=pdump,src=1:1,dst=c:\ghost\win.gho -fx -sure -rb
goto exit
:Restore
md c:\Ghost
ghost -clone,mode=pload,src=c:\Ghost\win.gho,dst=1:1 -sure -rb
:exit
软盘的目录结构如下
|---autoexec.bat
|--command.com
|--config.sys
|--ghost.exe
|--himem.sys
|--io.sys
|--msdos.sys
启动后的,选择菜单正常,不过运行其中的任何一个命令后有什么xms not installed 的错误。。。

后来我把
device=himem.sys /testmem
ff 去掉后,没有错误了。。。我想问一下:这是什么原因?
还有ghost里面要是去掉device=himem.sys /testmem
ff后能否正常备份~~~帮帮忙
