|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『楼 主』:
知道什么工具可以在DOS下合并DOS程序吗?谢谢
使用 LLM 解释/回答一下
知道什么工具可以在DOS下合并DOS程序吗?谢谢
大家不要教我用COPY哦,因为那个完成不了我的要求的!
125930947(125930947) 23:27:48
知道什么工具可以在DOS下合并DOS程序吗?谢谢
25631887(世恒) 23:28:27
copy
125930947(125930947) 23:30:52
恒恒,还有别的办法吗,这个命令不好,因为我试过,合成的两个EXE好像不能都执行啊,只能执行其中的一个啊?为什么啊?
125930947(125930947) 23:31:23
还用那个COPY不能合并带参数的EXE啊?
125930947(125930947) 23:31:30
好多缺点的!
125930947(125930947) 23:31:41
有没有更好的方法?
25631887(世恒) 23:31:47
自己做一个
125930947(125930947) 23:32:16
DOS下的编程,我不会啊,我只是懂一点易啊,好像易又不可以编DOS方面的程序啊
25631887(世恒) 23:32:38
125930947(125930947) 23:35:42
我有一个EXE在DOS下要带参数运行如
abc.exe/s
125930947(125930947) 23:36:09
别一个文件不要带参数运行如
cde.exe
125930947(125930947) 23:36:45
用COPY命令可以下面这样吗
copy /b abc.exe/s+cde.exe 1.exe
125930947(125930947) 23:37:04
我试了这个合成的1。EXE好像不行哦
125930947(125930947) 23:37:16
为什么,恒恒,帮帮我啊
25631887(世恒) 23:39:01
不会了
Do you know any tools that can merge DOS programs under DOS? Thanks.
Everyone, don't teach me to use COPY because that won't meet my requirements!
125930947(125930947) 23:27:48
Do you know any tools that can merge DOS programs under DOS? Thanks.
25631887(Shiheng) 23:28:27
copy
125930947(125930947) 23:30:52
Hengheng, are there other methods? This command is not good because I tried it, and the two synthesized EXEs seem not to be able to execute both; only one of them can be executed. Why is that?
125930947(125930947) 23:31:23
Also, can the COPY command not merge EXEs with parameters?
125930947(125930947) 23:31:30
There are many drawbacks!
125930947(125930947) 23:31:41
Is there a better method?
25631887(Shiheng) 23:31:47
Make one yourself
125930947(125930947) 23:32:16
Programming under DOS, I don't know. I only know a little about E, and it seems that E can't be used to program DOS - related programs.
25631887(Shiheng) 23:32:38
125930947(125930947) 23:35:42
I have an EXE that needs to run with parameters under DOS, such as
abc.exe/s
125930947(125930947) 23:36:09
Another file doesn't need to run with parameters, such as
cde.exe
125930947(125930947) 23:36:45
Can the COPY command be used like this
copy /b abc.exe/s+cde.exe 1.exe
125930947(125930947) 23:37:04
I tried this, and the synthesized 1.EXE seems not to work.
125930947(125930947) 23:37:16
Why, Hengheng, help me.
25631887(Shiheng) 23:39:01
Don't know anymore
|
|
2004-2-16 00:00 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
您将两个可执行文件合成一个文件后需要这两种文件都可以执行吗?您合成的目的是什么?
Do you need both types of files to be executable after you combine two executable files into one file? What is the purpose of your combination?
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2004-2-16 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
以前有一个软件可以将多个COM文件合并在一起的,只要总体积不超过64K。不过只见过一面,现在找不到了。
There was a software before that could merge multiple COM files together, as long as the total volume did not exceed 64K. But I only saw it once and can't find it now.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2004-2-16 00:00 |
|
|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这种工具对我好有用,有人帮我找的到吗?
我的目地是将两个可执行文件合成一个文件后需要这两种文件都可以执行
This tool is very useful to me. Can someone help me find it? My purpose is to combine two executable files into one file and then have both of these files be executable.
|
|
2004-2-17 00:00 |
|
|
秋风
初级用户
 
积分 104
发帖 2
注册 2004-2-17
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
既然合成一个文件了,为什么还有两个文件都可运行之说,如果是把两个文件合成一个,我倒可以为你写一个,不论什么的文件格式都可以的
Since it's combined into one file, why is there the saying that both files are runnable? If it's combining two files into one, I can write one for you, regardless of what file format it is.
|
|
2004-2-17 00:00 |
|
|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
在WIN下的文件合并器倒不少,如开山文件合并器,但在DOS下的文件合并器,的确没有!
There are indeed quite a few file combiners under WIN, such as Kaishan File Combiner, but there are really none under DOS!
|
|
2004-2-18 00:00 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
以下是引用mys在2004-2-16 13:26:40的发言:
以前有一个软件可以将多个COM文件合并在一起的,只要总体积不超过64K。不过只见过一面,现在找不到了。
mys说的是一个叫XEQ.COM的小软件吧!
The following is a quote from mys on 2004-2-16 13:26:40:
There used to be a software that could combine multiple COM files together, as long as the total volume did not exceed 64K. But I only saw it once and can't find it now.
Is the software that mys mentioned a small software called XEQ.COM!
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2004-2-19 00:00 |
|
|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
哪里有这个软件啊?我找遍了整个中国都没发现?
真有这个软件吗?谁帮我找到,我送QQ一个,绝不骗人,
大家做证,如果我骗人,以后再也没脸来论坛上混了!有哪位朋友可以帮我这个忙吗?谢谢
Where can I find this software? I've searched all over China and haven't found it.
Does this software really exist? Who can help me find it, and I'll give a QQ as a gift, no deception.
Everyone can be a witness. If I deceive, I'll never have the face to hang out in the forum again! Is there any friend who can help me with this? Thank you
|
|
2004-2-19 00:00 |
|
|
gotomsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我觉得楼主的要求可能有矛盾的地方!
因为文件合并后,两个程序文件中的指令,参数,开关可能有矛盾,不相协调一致的地方,怎么可能不加任何编程调整就可以按照楼主自己的要求任意分开执行其中每一个程序呢??
可见,这不是能不能合并的问题,而是指令是否协调的问题!
I think there may be contradictory points in the LZ's requirements!
Because after file merging, there may be contradictory and inconsistent places in the instructions, parameters, and switches in the two program files. How can each of these programs be arbitrarily executed separately according to the LZ's own requirements without any programming adjustments??
It can be seen that this is not a question of whether it can be merged, but a question of whether the instructions are coordinated!
|
|
2004-2-19 00:00 |
|
|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
我的要求是有一个DOS下的文件合并器,明白什么叫文件合并器吗
你在网上用一个相关WINDOWS下的合并器,你就明白了!
My requirement is to have a file merger under DOS. Do you understand what a file merger is?
You can understand it by using a related merger under WINDOWS on the Internet!
|
|
2004-2-19 00:00 |
|
|
pfox
银牌会员
    
积分 1451
发帖 446
注册 2002-10-20
状态 离线
|
|
2004-2-20 00:00 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我说的那个XEQ.COM软件只能将小于64K的COM格式的文件合并到一个文件中去,而且这个COM文件还不能是内存驻留型程序。楼主如果需要的话我可以上传,请楼主给我个发邮件即可。
The XEQ.COM software I mentioned can only merge COM - format files smaller than 64K into one file, and this COM file can't be a memory - resident program. If the landlord needs it, I can upload it. Just send me an email.
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2004-2-20 00:00 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
另外,文件合并后也不能同时运行的。
In addition, the merged files cannot be run simultaneously either.
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2004-2-20 00:00 |
|
|
youjiang
初级用户
 
积分 123
发帖 20
注册 2004-2-16
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
那合并后,怎么才让能让文件同时运行了,是要加什么参数吗,
如果不能同时运行,那么合并就没什么意义和作用了啊?
Then after merging, how can I make the files run simultaneously? Do I need to add any parameters?
If they can't run simultaneously, then the merging is meaningless and useless?
|
|
2004-2-20 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
对了,我见过的正是XEQ
By the way, what I saw is exactly XEQ
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2004-2-22 00:00 |
|