|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『楼 主』:
[求助]DOS下能将软盘镜像IMG解成能启动软盘的软件
使用 LLM 解释/回答一下
求DOS下能将启动软盘镜像IMG解成能启动软盘的软件
我的问题似乎很简单:用undisk.exe不就行了,
但实际在DOS批处理中试用制作出来的软盘却不能启动。
试用了数种后只有unimg.exe能在DOS下批处理文件中完整地将可启动的软盘镜
像IMG文件解到软盘成可启动的软盘,遗憾的是unimg.exe运行速度奇慢。
寻求DOS下能将启动软盘镜像IMG解成能启动软盘的,且运行速度较快的软件!
Looking for software under DOS that can extract a bootable floppy disk image IMG into a bootable floppy disk.
My problem seems simple: Isn't undisk.exe enough?
But when actually tried in a DOS batch process to make a floppy disk, it can't boot.
After trying several kinds, only unimg.exe can completely extract a bootable floppy disk image IMG file to a floppy disk to make it bootable under a DOS batch file. Unfortunately, unimg.exe runs extremely slowly.
Looking for software under DOS that can extract a bootable floppy disk image IMG into a bootable floppy disk and has a relatively fast running speed!
|
|
2005-8-3 20:04 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
用HDCOPY。这个老牌的IMG制作工具很适合,而且读写速度比较快。
Using HDCOPY. This veteran IMG creation tool is quite suitable, and the reading and writing speed is relatively fast.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-8-3 20:36 |
|
|
chenhui530
高级用户
   
积分 772
发帖 273
注册 2004-10-23
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
WINIMAGE也可以啊
WINIMAGE is also okay
|

http://www.msfans.net/bbs/ |
|
2005-8-3 20:46 |
|
|
chenhui530
高级用户
   
积分 772
发帖 273
注册 2004-10-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
但是需要注意引导文件
But attention should be paid to the boot file
|

http://www.msfans.net/bbs/ |
|
2005-8-3 20:46 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
嗯。Undisk的功能纯粹是把IMG的文件解压缩出来,并不能改写软盘的引导扇区,所以undisk是不能制作启动软盘的。DOS 下除了可以用HDCOPY之外,还可以用 DI (这东东好像在Wengier的MSDOS 7.1启动盘也有),使用方法也很简单:
DI /R imgfile A:
WinImage也可以,但必须要在Windows界面使用。
Hmm. The function of Undisk is purely to extract the files from the IMG file and cannot rewrite the boot sector of the floppy disk, so Undisk cannot be used to make a bootable floppy disk. In DOS, besides HDCOPY, you can also use DI (this thing seems to be in Wengier's MSDOS 7.1 boot disk), and the usage is also very simple:
DI /R imgfile A:
WinImage can also be used, but it must be used in the Windows interface.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-8-3 20:55 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
楼上几位提到的HD-COPY.WInimge能在DOS批处理中用吗,我怎么找不到它们有DOS命令的用法?
Can the HD-COPY.WInimge mentioned by the几位 upstairs be used in DOS batch processing? Why can't I find their usage as DOS commands?
|
|
2005-8-3 20:56 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
HDCOPY虽然有命令行参数,但这些参数只是设置一些选项而已,直接运行HDCOPY进入其界面,选择“Get from file”,输入IMG的完整路径和文件名,HDCOPY就会读取IMG文件并存放在缓冲区,在从菜单上选择“Write”即可将IMG完整地解压缩到软盘。
HDCOPY has command-line parameters, but these parameters only set some options. Directly run HDCOPY to enter its interface, select "Get from file", enter the full path and file name of the IMG, HDCOPY will read the IMG file and store it in the buffer, then select "Write" from the menu to completely decompress the IMG to the floppy disk.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-8-3 21:00 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by JonePeng at 2005-8-3 08:55 PM:
嗯。Undisk的功能纯粹是把IMG的文件解压缩出来,并不能改写软盘的引导扇区,所以undisk是不能制作启动软盘的。DOS 下除了可以用HDCOPY之外,还可以用 ...
感谢提供的信息,不知那里能找到DI,Wengier启动盘中有吗,我去找一下试试看!
也感谢其他几位热心高手的指点,不过我的要求是不能进入Windows界面,要在DOS下用命令方式运行,且批处理不能停顿
Originally posted by JonePeng at 2005-8-3 08:55 PM:
Hmm. The function of Undisk is purely to decompress the IMG file and cannot rewrite the boot sector of the floppy disk, so Undisk cannot be used to create a bootable floppy disk. In DOS, in addition to HDCOPY, you can also use...
Thank you for the information. I wonder where I can find DI. Is it in the Wengier boot disk? I'll go find it and give it a try!
Also, thank you to the other enthusiastic experts for their pointers. But my requirement is to not enter the Windows interface, to run in command mode under DOS, and that the batch processing cannot pause.
|
|
2005-8-3 21:06 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
JonePeng兄:
我看了Wengier的盘,只找到一个 DI1000DD.SYS 不知DI是不是指的是它,怎么用啊?
Brother JonePeng:
I looked at Wengier's disk and only found a DI1000DD.SYS. I'm not sure if DI refers to it. How do I use it?
|
|
2005-8-3 21:16 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
不是。应该是在Wengier的MSDOS 7.1软盘安装版,下载回来后是一个压缩包,里面就有 di.exe、msdos710.img、hdcopy.exe、makeboot.bat 这几个文件。
No. It should be in the Wengier's MSDOS 7.1 floppy disk installation version. After downloading, it is a compressed package, and there are several files such as di.exe, msdos710.img, hdcopy.exe, makeboot.bat in it.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-8-3 23:42 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by JonePeng at 2005-8-3 11:42 PM:
不是。应该是在Wengier的MSDOS 7.1软盘安装版,下载回来后是一个压缩包,里面就有 di.exe、msdos710.img、hdcopy.exe、makeboot.bat 这几个文件。
真是太感谢JonePeng兄了,你为我解决了一个难题,我终于找到我需要的软件了,测试结果,DI(全名是DiskImage)能在DOS下很快地将启动软盘IMG文件解到软盘,制成的软盘完全能正常启动。
DiskImge这么好用的DOS软件怎么在几家著名DOS论坛都没有介绍的,我是搜遍了所有解IMG的软件也没找到,要不是你的帮助,还不知道有这样一种好用的软件呢。
顺便再提一个我不久前求助没能得到结果的问题:
在DOS下能解ISO(用UltraISO生成的)中文件到某一目录的DOS软件,前提仍是不能进Windows界面,在DOS批处理中能使用且不会使批处理终止。
再次感谢你的帮助!
Originally posted by JonePeng at 2005-8-3 11:42 PM:
No. It should be in the Wengier's MSDOS 7.1 floppy installation version. After downloading, it is a compressed package, and there are several files such as di.exe, msdos710.img, hdcopy.exe, makeboot.bat in it.
Thank you so much, Brother JonePeng! You have solved a difficult problem for me. I finally found the software I need. The test result is that DI (full name is DiskImage) can quickly extract the boot floppy IMG file to the floppy disk under DOS, and the made floppy disk can start normally completely.
Why is such a useful DOS software as DiskImge not introduced in several famous DOS forums? I have searched all the software for extracting IMG and didn't find it. If it weren't for your help, I wouldn't have known about such a useful software.
By the way, I would like to mention a problem that I asked for help not long ago and didn't get a result:
The DOS software that can extract files in ISO (generated by UltraISO) to a certain directory under DOS, the premise is still not entering the Windows interface, can be used in the DOS batch processing and will not terminate the batch processing.
Thank you for your help again!
|
|
2005-8-4 13:39 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
|
2005-8-4 16:05 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by JonePeng at 2005-8-4 04:05 PM:
关于在DOS下解压缩ISO,我没试过,Autoit版主曾介绍过一款这样的工具,请看:
http://www.cn-dos.net/forum/viewthread.php?tid=16197&fpage=1&highlight=ISO
你指的是LoadISO我已试过,只能在DOS下识别ISO虚拟的盘,但盘中的文件不能操作,也就是无法拷贝,根据介绍它是可以用硬盘中ISO在DOS下装系统的,但我想从ISO中提取文件都没能成功,看来我要找的软件真是找不到了!
还是要感谢你的热心帮助
Originally posted by JonePeng at 2005-8-4 04:05 PM:
Regarding decompressing ISO under DOS, I haven't tried it. The Autoit moderator once introduced a tool like this. Please see:
http://www.cn-dos.net/forum/viewthread.php?tid=16197&fpage=1&highlight=ISO
You mentioned LoadISO. I have tried it. It can only recognize the ISO virtual disk under DOS, but the files in the disk cannot be operated, that is, cannot be copied. According to the introduction, it can install the system from the ISO on the hard disk under DOS, but I can't succeed in extracting files from the ISO. It seems that the software I'm looking for really can't be found!
Still thank you for your enthusiastic help
|
|
2005-8-5 14:14 |
|