首先不知道这个命令的具体用途
其次我不知道有没有这个命令对系统的影响:
今天看见别人的文件仿做了个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<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">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<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff 去掉后,没有错误了。。。
我想问一下:这是什么原因?
还有ghost里面要是去掉device=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff后能否正常备份~~~
帮帮忙
First, I don't know the specific purpose of this command. Secondly, I don't know the impact of this command on the system:
Today I saw someone's file made a floppy disk for automatic Ghost backup and restore, targeting my computer: c: NTFS, d: NTFS, e: FAT32.
config file
menucolor=7,1
menuitem=Restore,Ghost Restore
menuitem=Backup,Ghost Backup
menudefault=Restore,30
files=25
buffers=15
device=himem.sys /testmem:off
dos=high,umb
stacks=9,256
lastdrive=z
autoexec.bat file
@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
The directory structure of the floppy disk is as follows
|---autoexec.bat
|--command.com
|--config.sys
|--ghost.exe
|--himem.sys
|--io.sys
|--msdos.sys
After booting, the menu is normal, but after running any of the commands, there is an error of "xms not installed"...
Later, I removed "device=himem.sys /testmem:off" and there was no error...
I want to ask what is the reason?
Also, can Ghost back up normally if "device=himem.sys /testmem:off" is removed in Ghost...
Help me