|
wphoto2003
初级用户
 
积分 125
发帖 4
注册 2005-3-30
状态 离线
|
『楼 主』:
有人知道关于dos下如何使用img镜像吗
使用 LLM 解释/回答一下
有人知道关于dos下如何使用img镜像吗?我有一些游戏的安装盘的软盘镜像用winimage打不开 虚拟机加载不了 有人告诉我用UNIMG.EXE,但是有的还是处理不了 求救 有人知道dos下还能怎么处理img阿 我没有软驱的说 hdcopy也不能用了
Does anyone know how to use an img image under DOS? I have some floppy disk images of game installation disks that can't be opened with winimage and can't be loaded in a virtual machine. Someone told me to use UNIMG.EXE, but some still can't be processed. Please help. Does anyone know how else to handle img under DOS? I don't have a floppy drive. hdcopy can't be used either.
|
|
2005-12-20 19:35 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
再试试undisk。
或者把这个img文件拷进虚拟机,用hd-copy读这个文件。
Try undisk again. Or copy this img file into the virtual machine and use hd-copy to read this file.
|

简单就是美 |
|
2005-12-20 19:40 |
|
|
人类
中级用户
  
积分 306
发帖 81
注册 2003-5-10
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
部分img是压缩版的,winimage和虚拟机都不支持(奇怪,这么简单的功能都不支持,难道有专利保护),可用hdcopy转换一下;或者undisk到硬盘再用winimage重建
Some imgs are compressed versions, which are not supported by winimage and virtual machines (strange, such a simple function is not supported, is there a patent protection); you can convert it with hdcopy; or undisk to the hard disk and then rebuild with winimage
|

玩DOS,还是我76年出生的人熟... |
|
2005-12-21 01:19 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
嗯,这个问题以前也困扰了我多年。在软驱盛行的时代里IMG大都是用HDCOPY之类的工具压缩过的。而WinImage不支持这种老的压缩格式。
Well, this problem also troubled me for many years before. In the era when floppy drives were prevalent, most IMGs were compressed with tools like HDCOPY. And WinImage doesn't support this old compression format.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-12-21 11:20 |
|
|
LiveOnLove
中级用户
  
积分 493
发帖 161
注册 2002-10-29 来自 ZHCN
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
HOHO.今天我下了3个DOS6.22的IMG安装盘,用下载最新的WINIMAGE也是居然打不开。没有办法。找了HD-COPY2.0A的,HOHO,还真不错!!!原来一直用HDCOPY啦。也能工作在WIN下。将就了。比其它的好。HOHO
HOHO. Today I downloaded 3 IMG installation disks of DOS6.22, and even the latest WINIMAGE couldn't open them. There was no way. Then I found HD-COPY2.0A, HOHO, it's really good!!! I've always used HDCOPY. It can also work under WIN. Make do with it. Better than others. HOHO
|
|
2005-12-21 14:28 |
|
|
xing7749
高级用户
    文盲
积分 833
发帖 349
注册 2004-1-26
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
HDCOPY目录下有个配置文件,HD-COPY.CFG。
用记事本打开,里面有一行:
/I+ ; compression of IMG files: on
把这个“+”号改成“-”号,“on”改成“off”(这个on可能不是必须改,我是每次都改的),然后保存文件。
然后运行HDCOPY,先用Get from file把那个压缩过的IMG读进来,然后用Put to file再保存成新的IMG文件,就是未压缩的IMG了。
Last edited by xing7749 on 2005-12-21 at 14:55 ]
There is a configuration file in the HDCOPY directory, HD-COPY.CFG.
Open it with Notepad, and there is a line:
/I+ ; compression of IMG files: on
Change this "+" to "-", and "on" to "off" (this on may not be necessary to change, I change it every time), then save the file.
Then run HDCOPY, first use Get from file to read in that compressed IMG, then use Put to file to save as a new IMG file, which is the uncompressed IMG.
Last edited by xing7749 on 2005-12-21 at 14:55 ]
附件
1: hdcopy.zip (2005-12-21 14:39, 46.33 KiB, 下载附件所需积分 1 点
,下载次数: 53)
|
|
2005-12-21 14:39 |
|
|
xing7749
高级用户
    文盲
积分 833
发帖 349
注册 2004-1-26
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
另外以前论坛里有人提供过一个工具,EasyImage,一起传上来吧。
好象对内存有些要求,需要设置一下,我是用VDMSOUND加载运行的。
In addition, someone previously provided a tool in the forum, EasyImage, let's upload it together. It seems to have some requirements for memory, and you need to set it. I run it with VDMSOUND.
附件
1: eim.rar (2005-12-21 14:52, 34.82 KiB, 下载附件所需积分 1 点
,下载次数: 85)
|
|
2005-12-21 14:52 |
|
|
lfdjssz
初级用户
 
积分 125
发帖 72
注册 2005-9-13
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
路过,顶一下...........................
Pass by, give it a thumbs up...........................
|
|
2006-1-2 14:01 |
|
|
zhri1980
初级用户
 
积分 52
发帖 26
注册 2006-1-3
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
专门就有一个img的工具.
我记得好象叫img.exe
启动以后,自动从内存中虚拟出一个1.44的盘来.(好象是屏幕最上方出现蓝色的条符,而且是用热键激活的~~~)
There is a tool specifically for img.
I remember it seems to be called img.exe.
After starting, it automatically virtualizes a 1.44 disk from the memory. (It seems that a blue bar appears at the top of the screen, and it is activated by a hotkey ~~~)
|
|
2006-1-3 17:24 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by zhri1980 at 2006-1-3 17:24:
专门就有一个img的工具.
我记得好象叫img.exe
启动以后,自动从内存中虚拟出一个1.44的盘来.(好象是屏幕最上方出现蓝色的条符,而且是用热键激活的~~~)
好像是叫做SIMG吧,是国人开发的。运行后常驻内存按热键Scroll lock,屏幕右上角就出现蓝色的对话框,在那里进行解压缩IMG到虚拟A盘,再次运行SIMG即可使SIMG从内存撤出。
Originally posted by zhri1980 at 2006-1-3 17:24:
There is a specialized tool for img.
I remember it's called img.exe
After starting, it virtually creates a 1.44 disk from memory. (It seems that a blue bar appears at the top of the screen, and it's activated by a hotkey~~~)
It seems to be called SIMG, developed by Chinese people. After running, it stays in memory and presses the Scroll lock hotkey. A blue dialog box appears in the upper right corner of the screen, where you can decompress the IMG to the virtual A drive. Running SIMG again can remove SIMG from memory.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-1-3 23:23 |
|
|
zhri1980
初级用户
 
积分 52
发帖 26
注册 2006-1-3
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
是啊,现在这个软件还真找不到了~~~
以前好经典的~~~
我那时候玩KV300指纹盘就靠他了~~~ 
Yeah, now this software can really not be found~~~
It was really classic before~~~
Back then, I relied on it to play the KV300 fingerprint disk~~~:)
|
|
2006-1-4 10:19 |
|
|
darkradx
高级用户
   
积分 972
发帖 420
注册 2004-5-16
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
當時的軟件:
HD-COPY,DISKDUPE,IMG(CTRL+ALT+S+D+X),求真光盤伴侶,博研鏡像通,UNIMG,UNDISK
SIMG,FAKEDISK
軟件規格都是SD(360K)/HD(1.2M)/TD(1.44M)
現在基本用fakedisk和undisk
The software at that time:
HD-COPY, DISKDUPE, IMG (CTRL+ALT+S+D+X), Qiuzhen CD Companion, Boyan Image Pass, UNIMG, UNDISK
SIMG, FAKEDISK
Software specifications are all SD (360K)/HD (1.2M)/TD (1.44M)
Now basically use fakedisk and undisk
|

平生进退如飙风 |
|
2006-1-4 12:14 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我以前安装Borland C++时就是靠SIMG。这东西现在我还有。不过有undisk就应足够了。
I used to install Borland C++ with SIMG. I still have this thing now. But undisk should be enough.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-1-4 19:07 |
|
|
s2731
中级用户
   dos联盟算卦的
积分 397
发帖 182
注册 2006-7-13
状态 离线
|
|
2006-7-14 17:37 |
|
|
rover0000
新手上路

积分 2
发帖 1
注册 2009-6-30
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
谢谢,我一直在找这个小工具
Thanks, I've been looking for this small tool all the time
|
|
2009-7-1 03:27 |
|