|
nmjxg
初级用户
 
积分 80
发帖 28
注册 2007-2-1
状态 离线
|
『楼 主』:
纯DOS下启动GHOST的GHOST.IMG的内容
使用 LLM 解释/回答一下
纯DOS下启动GHOST的GHOST.IMG的内容批处理文件应该怎么写啊,GHOST.IMG文件内容应放那些文件,要纯DOS下的,不要光驱.
谢谢各位了.
How to write a batch file to start GHOST.IMG in pure DOS? What files should be in the GHOST.IMG file? It's for pure DOS, no CD drive. Thanks everyone.
|
|
2007-2-7 23:18 |
|
|
niutao1
初级用户
 
积分 94
发帖 41
注册 2007-1-22
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
不加载多余的驱动,只保留dos核心
Last edited by niutao1 on 2007-2-7 at 10:04 PM ]
Don't load unnecessary drivers, only keep the DOS core
Last edited by niutao1 on 2007-2-7 at 10:04 PM ]
|
|
2007-2-8 11:02 |
|
|
kk130
初级用户
 
积分 156
发帖 14
注册 2003-7-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
纯净盘三个文件加GHOST一个文件,总共四个
@echo off
GHOST.EXE
Pure disk has three files plus one GHOST file, total four
@echo off
GHOST.EXE
|
|
2007-2-14 05:46 |
|
|
maya0su
中级用户
  
积分 241
发帖 131
注册 2005-9-28
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
以鄙人之见
在ghost的8.2和8.3之中,人们普遍所说的纯净盘我觉得已经无所谓了
现在我所用的乃我修改wingier的MSDOS7.1软盘安装版,在加载无数
的驱动软件之后,ghost的速度依然飞快!
假如是个1.44M的IMG,还是就一个ghost吧,它就1.39M了,也放不了
什么东西了,放个GDISK空间就要满了
假如是个2.88M的IMG,还是用wingier的启动盘吧,功能强大!
强烈建议试试!
In my humble opinion, among Ghost 8.2 and 8.3, the so-called "pure disk" that people commonly talk about doesn't matter anymore. What I'm using now is the MSDOS 7.1 floppy disk installation version modified by wingier. After loading countless driver software, the speed of Ghost is still very fast! If it's a 1.44M IMG, just put Ghost in it because it's only 1.39M, and you can't put much else. If you put GDISK, the space will be full. If it's a 2.88M IMG, just use wingier's boot disk, which is very powerful! I strongly suggest you give it a try!
|

房东说:这娃是个好孩子! |
|
2007-2-16 15:16 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
|
2007-2-17 00:06 |
|
|
lhteee
中级用户
  
积分 223
发帖 59
注册 2005-5-23
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
一般来说,纯DOS下是无法直接启动*.img镜像的.可采取其他办法,1、用虚拟软驱直接启动*.img文件;2、用Grub启动*.img文件。
Generally speaking, it is not possible to directly boot a *.img image under pure DOS. Other methods can be adopted: 1. Use a virtual floppy drive to directly boot the *.img file; 2. Use Grub to boot the *.img file.
|
|
2007-2-19 02:00 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
用第三方软件,把img做成安装盘就可以了
Just use a third-party software to make the img into an installation disk.
|
|
2007-2-19 03:57 |
|
|
zlgs
初级用户
 
积分 88
发帖 45
注册 2005-9-7
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
纯dos下启动ghost的批处理很困难吗
如果在镜像中放ghost.exe
1.将它做成自解压,autosexc.bat批处理中自动解压并执行,这个可放在小盘中;
2.ghost的版本可选择7.5或者8.3
3.img镜像你并没说多大容量,做成10m的容量也是可以的
其实你软盘中有io.sys,command.com和autoexec.bat就可以了
存放ghost.exe的目录在autoexec.bat用path打通,或者用带全路径的文件名启动ghost
6楼的意思是要在dos下启动已有的img文件中的ghost,这个需要用到undisk这个像解压软件一样能够解开镜像文件的工具,一步一步要做的写成一个批处理就可以
Is it very difficult to make a batch script to start Ghost under pure DOS?
If you put ghost.exe in the image:
1. Make it a self-extracting one, and the autosexc.bat batch script automatically extracts and executes it, which can be placed on a small disk;
2. The version of Ghost can be selected as 7.5 or 8.3;
3. You didn't say the capacity of the img image, and it can be made into a 10M capacity.
In fact, you only need io.sys, command.com and autoexec.bat in your floppy disk;
Use path to connect the directory where ghost.exe is stored in autoexec.bat, or start Ghost with a full path filename;
The meaning of the 6th floor is to start the existing Ghost in the img file under DOS. This requires using a tool like undisk that can decompress the image file. You can write a batch script step by step.
|

我的E盘↘君子之苑√㊣ |
|
2007-3-30 03:19 |
|
|
tylz007
新手上路

积分 6
发帖 3
注册 2006-11-7
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
纯DOS下倒没有试过,不过用光盘启动肯定没问题。
I haven't tried it under pure DOS, but it must be fine to boot with a CD.
|
|
2007-3-31 06:16 |
|