|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『楼 主』:
想做一个GHOST.8.3自动还原的IMG文件!
使用 LLM 解释/回答一下
想做一个GHOST.8.3自动还原的IMG文件!能启动电脑.里面最少要有哪些文件.自动还原光盘根目录的GHO文件.如back.gho
我知道这些是要的.但不知还要什么文件.
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
command.com
还要哪些?
且AUTOEXEX.BAT 和CONGIG.SYS该怎么样写?要最简洁的.
Want to make an IMG file for GHOST.8.3 automatic restoration! Can boot the computer. What files are at least needed. Automatically restore the GHO file in the root directory of the CD, such as back.gho. I know these are needed, but I don't know what else is needed.
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
command.com
What else?
And how should AUTOEXEX.BAT and CONGIG.SYS be written? To be the most concise.
|
|
2006-10-31 22:41 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我的机子:
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
autoexec.bat
rem 指定光驱为Q
SHCDX33A /D:IDE-CD /l:Q
Ghost.exe -clone,mode=pload,src=Q:\back.gho:1,dst=1:1 -rb
rem 确定能用后再加-sure,即用下面这句。
rem Ghost.exe -clone,mode=pload,src=Q:\back.gho:1,dst=1:1 -rb -sure
---------
除了DOS系统文件,两文件中用到的文件都需要。
Last edited by lianjiang2004 on 2006-10-31 at 11:29 PM ]
My machine:
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
autoexec.bat
rem Specify the CD drive as Q
SHCDX33A /D:IDE-CD /l:Q
Ghost.exe -clone,mode=pload,src=Q:\back.gho:1,dst=1:1 -rb
rem Add -sure after confirming it works, that is, use the following line.
rem Ghost.exe -clone,mode=pload,src=Q:\back.gho:1,dst=1:1 -rb -sure
---------
In addition to DOS system files, all files used in the two files are needed.
Last edited by lianjiang2004 on 2006-10-31 at 11:29 PM ]
|
|
2006-10-31 23:21 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-10-31 23:23 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
MSCDEX.EXE
command.com就用这些就可以吗?还有其它的吗?
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
MSCDEX.EXE
command.comIs these enough? Are there any others?
|
|
2006-11-1 00:46 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Originally posted by lianjiang2004 at 2006-10-31 11:21 PM:
我的机子:
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
autoexec.bat
rem 指定光驱为Q
SHCDX33A /D:IDE-CD /l:Q
Ghost.exe -clone,mode=pload,src=Q ...
谢谢你这位朋友.SHCDX33A这个是什么文件.怎么没看过.
Originally posted by lianjiang2004 at 2006-10-31 11:21 PM:
My computer:
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
autoexec.bat
rem Specify the CD drive as Q
SHCDX33A /D:IDE-CD /l:Q
Ghost.exe -clone,mode=pload,src=Q ...
Thank you, friend. What is the SHCDX33A file? I've never seen it before.
|
|
2006-11-1 00:47 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
shcdx33a.com 小巧实用的光驱扩展驱动程序最新3.3a版,是MSCDEX的最好替代品,只占很少内存
shcdx33a.com A compact and practical CD-ROM drive extension driver, the latest version 3.3a, is the best alternative to MSCDEX, occupying very little memory
|
|
2006-11-1 01:16 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by lianjiang2004 at 2006-11-1 01:16 AM:
shcdx33a.com 小巧实用的光驱扩展驱动程序最新3.3a版,是MSCDEX的最好替代品,只占很少内存
SHCDX33A /D:IDE-CD /l:Q
这外应是这样吧SHCDX33A /D:IDE-CD /L:Q
Originally posted by lianjiang2004 at 2006-11-1 01:16 AM:
The compact and practical CD-ROM drive extension driver version 3.3a is the best alternative to MSCDEX, occupying very little memory
SHCDX33A /D:IDE-CD /l:Q
It should be like this SHCDX33A /D:IDE-CD /L:Q
|
|
2006-11-1 01:22 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-11-1 01:50 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by cc321mn at 2006-11-1 01:22:
SHCDX33A /D:IDE-CD /l:Q
这外应是这样吧SHCDX33A /D:IDE-CD /L:Q
SHCDX33A /D:IDE-CD /l:Q 是小写的L。大小写都可。
Originally posted by cc321mn at 2006-11-1 01:22:
SHCDX33A /D:IDE-CD /l:Q
Is this like this SHCDX33A /D:IDE-CD /L:Q
SHCDX33A /D:IDE-CD /l:Q is lowercase L. Both uppercase and lowercase are acceptable.
|
|
2006-11-1 02:02 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by 不得不爱 at 2006-11-1 01:50 AM:
就用2楼的代码就可以了
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
MSCDEX.EXE
command.com就用这些就可以吗?还有其它的吗?
在IMG文件里就用这些就可以了吗?还要别的吗.
Originally posted by Must Love at 2006-11-1 01:50 AM:
Just use the code from floor 2.
autoexec.bat
config.sys
io.sys
vide-cdd.sys
ghost.exe
MSCDEX.EXE
command.com Is it okay to just use these? Are there any others?
In the IMG file, is it okay to just use these? Do you need anything else?
|
|
2006-11-1 02:16 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
这里是不是可以删除device=himem.sys /testmem:off这一行呀.
config.sys
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:IDE-CD
Can this line device=himem.sys /testmem:off be deleted here?
|
|
2006-11-1 02:20 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
这里有一个我修改的ghost文件.ima形式的.这个能不能做到自动还原呀!
发不了文件.我发个图吧.
Last edited by cc321mn on 2006-11-1 at 03:06 AM ]
Here is a ghost file I modified in.ima format. Can this achieve automatic restoration!
Can't send the file. I'll send a picture.
Last edited by cc321mn on 2006-11-1 at 03:06 AM ]
|
|
2006-11-1 02:54 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
另外你还差个himem.sys
在config.sys里的顶行加入:
device=himem.sys
至于GHOST命令可以写到1.bat里
在AUTOEXEC。BAT里去掉ghost命令行,提示改为
输入1后按回车开始恢复系统
这样比较安全
另外论坛空间有限,请尽量不要发文件
Last edited by 不得不爱 on 2006-11-1 at 03:24 AM ]
Also, you are still missing himem.sys. Add in the top line of config.sys:
device=himem.sys
As for the GHOST command, you can write it into 1.bat. Remove the GHOST command line in AUTOEXEC.BAT and change the prompt to "Press Enter to start system recovery after entering 1". This is safer.
Also, the forum has limited space, please try not to post files.
Last edited by 不得不爱 on 2006-11-1 at 03:24 AM ]
|

我的网络U盘 我的网络第2个U盘
论坛软件下载链接
灵雨飘零论坛
论坛新手必读,所有人的基本行为准则
刷QQ空间人气、留言的小软件 |
|
2006-11-1 03:22 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
我一般是把ghost命令行最后的sure拿掉。或者备份时加上密码,这样比较保险。
I usually remove the "sure" at the end of the ghost command line. Or add a password during backup, which is more secure.
|
|
2006-11-1 03:28 |
|
|
cc321mn
初级用户
 
积分 40
发帖 17
注册 2006-10-31 来自 江西
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Originally posted by 不得不爱 at 2006-11-1 03:22 AM:
另外你还差个himem.sys
在config.sys里的顶行加入:
device=himem.sys
至于GHOST命令可以写到1.bat里
在AUTOEXEC。BAT里去掉ghost命令行,提示改为
输入1后按回车 ...
哦.谢谢.
Originally posted by Must Love at 2006-11-1 03:22 AM:
Also, you are missing himem.sys
Add at the top line in config.sys:
device=himem.sys
As for the GHOST command, you can write it into 1.bat
Remove the ghost command line in AUTOEXEC.BAT and change the prompt to
Press Enter after entering 1 ...
Oh. Thanks.
|
|
2006-11-1 03:42 |
|