China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-30 03:44
中国DOS联盟论坛 » DOS疑难解答 & 问题讨论 (解答室) » (Solved) Looking for software to add files to IMG, ISO images under DOS View 5,453 Replies 22
Floor 16 Posted 2005-09-03 17:52 ·  中国 山西 运城 中移铁通
元老会员
★★★★
Batchinger
Credits 4,432
Posts 1,512
Joined 2002-10-18 00:00
23-year member
UID 19
Gender Male
Status Offline
Re hxj:

There's nothing to admire about this. I study and research it because I'm also interested in it. When I encounter a like-minded person, it's natural that I won't let go :-)

The size limit of WinImage I mentioned refers to the limit when creating an Image file with it, not the limit when opening or editing an Image file; the same goes for the size limit of IMG.EXE we just discussed.

Just now, I looked up the webpage of MagicISO and found that it also supports creating, editing, and extracting floppy disk images. But I haven't had a chance to test it yet, and I don't know if it supports command lines and non-standard images. The links are as follows: http://www.free-news-release.com/Floppy-Image-Creator---MagicISO-Detail_717.html
http://www.magiciso.com/tutorials/miso-createfloppyimage.htm

[ Last edited by willsort on 2005-9-3 at 17:55 ]
※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得!
Floor 17 Posted 2005-09-03 19:20 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
Originally posted by willsort at 2005-9-3 05:52 PM:
Re hxj:

There's nothing to admire about this. I study and research it because I'm also interested in it. When I encounter a like-minded person, I naturally won't let go :-)

The size limit of WinImage that I mentioned...


The Miso.exe I use to add files to ISO images is extracted from the installation directory of Magic ISO you mentioned. It is a DOS version file that can add extracted files or directories to ISO images under 300MB (the registered version has no such limit) using command methods under DOS. It's a very useful software!
I originally hoped it could also support adding files to IMG images, but it doesn't work. It only recognizes ISO format image files! It seems I have to find another way to overcome the last obstacle for the new function of my software (automatic file update)!!

Thanks again to the moderator, and I wish this section of the forum to become a paradise for those seeking solutions to DOS difficult problems to solve their problems!!
Floor 18 Posted 2005-09-09 11:57 ·  中国 山西 大同 中移铁通
元老会员
★★★★
Batchinger
Credits 4,432
Posts 1,512
Joined 2002-10-18 00:00
23-year member
UID 19
Gender Male
Status Offline
Re hxj:

Confirmed via http://www.winimage.com/wima_sdk.htm: "The WinImage SDK is a Win32 DLL". So, if someone can develop a DOS-based WinImage SDK Shell, then they will have developed quite a few Windows software alternatives for DOS.

But it should be quite possible to make it a Windows command-line program.

[ Last edited by willsort on 2005-9-9 at 12:09 ]
Attachments
wimsdk7000x86.zip (237.36 KiB, Credits to download 1 pts, Downloads: 9)
※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得!
Floor 19 Posted 2005-09-10 23:04 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
Originally posted by willsort at 2005-9-9 11:57 AM:
Re hxj:

Confirmed via http://www.winimage.com/wima_sdk.htm: "The WinImage SDK is a Win32 DLL". So, if someone can develop a DOS-based WinImage SDK Shell, then he...


Thanks to moderator Willsort:
You still remembered my this question, very grateful! Indeed, it is difficult to develop such software under DOS. I have taken another path and found a temporary way to solve my problem (that is, automatically adding replacement files to a non-standard large IMG in the CMD window in batch files): that is, to call the command running mode of Winimage to complete this purpose: start /wait /min %Programfiles%\WinImageWinImage XXX.img %CD%\AVASTDOS\*.* /i /y. I originally thought that WinImage had no command-line usage. In fact, looking at the software's help file, it turns out that there is a command-line usage.
This method can only be used under the DOS of Windows, and the biggest problem is that the system must also have WinImage installed, which cannot be applicable to the situation of all users' machines, so it is not the final solution I am looking for, and I still need to continue to find the DOS software I really need.

What tigerpower mentioned about CDImage can be used to make ISO. I have used MISO.EXE to achieve this goal. Now what is needed is a DOS software that can add files to a large-capacity IMG image under DOS. CDImage may not work (not tried)
Floor 20 Posted 2005-09-11 01:25 ·  中国 山西 运城 中移铁通
元老会员
★★★★
Batchinger
Credits 4,432
Posts 1,512
Joined 2002-10-18 00:00
23-year member
UID 19
Gender Male
Status Offline
Re hxj:

News from Yesky (http://www.yesky.com/SoftChannel/72350068425883648/20031126/1748149_6.shtml) confirms: "We can use CDIMAGE to create ISO files, but CDIMAGE cannot add new files to an existing ISO file. And you can only create one ISO file at a time."

As for WinImage SDK Shell for DOS, it is estimated that no one will take over this project in the short term, and the miso.exe (MagicISO) and winimage.exe (WinImage) found by the thread starter are both products under WinDOS. Since your problem has been temporarily solved, why not close the thread now?
※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得!
Floor 21 Posted 2005-09-11 02:46 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
Originally posted by willsort at 2005-9-11 01:25 AM:
Re hxj:

Since your problem has been temporarily solved, why not close the thread?


My problem can be closed temporarily. I'll come back to discuss when I find a real software that can add files to IMG under DOS!
But one more thing: Although MISO.EXE is a file in MagicISO, it can only be used in Windows, but it has an advantage that it can be used alone (that is, you can use it without installing MagicISO), and the file is not large. So it is still very valuable to use it in the DOS window of Windows for batch file processing of ISO file updates and generation!
Floor 22 Posted 2010-12-11 08:21 ·  中国 北京 中国中信股份有限公司
新手上路
Credits 12
Posts 6
Joined 2010-12-10 11:18
15-year member
UID 179017
Gender Male
Status Offline
Please provide the content that needs to be sent. As you only provided the request for sending with an email address but no specific content to send, I can't complete the translation of the content to be sent. Please provide the specific content that needs to be sent.
Floor 23 Posted 2010-12-11 08:22 ·  中国 北京 中国中信股份有限公司
新手上路
Credits 12
Posts 6
Joined 2010-12-10 11:18
15-year member
UID 179017
Gender Male
Status Offline
Please provide the content that needs to be sent.
Forum Jump: