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-25 14:39
中国DOS联盟论坛 » DOS开发编程 & 发展交流 (开发室) » Do you know any tools that can merge DOS programs under DOS? Thanks View 2,872 Replies 18
Floor 16 Posted 2004-02-24 00:00 ·  中国 上海 鹏博士宽带
高级用户
★★
zhri
Credits 665
Posts 153
Joined 2004-02-23 00:00
22-year member
UID 18241
Gender Male
Status Offline
Actually, it can be like this, buddy.

Make a BAT boot file. BAT generally allows, like, 9 parameters. I don't know if that's enough?
(If you use shift to increase the parameters to more than a dozen, then after this bat2exe is converted, the parameters after the 9th seem to become invalid.....)

Finally, use bat2exe to turn it into an exe file.
Floor 17 Posted 2004-02-25 00:00 ·  中国 辽宁 沈阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
XEQ - COM File Library and Command Executor Version 1.01

XEQ allows COM - formatted files to be stored inside it to save disk space.
Allows adding files until the XEQ file can be kept within 64K bytes.

The command syntax is as follows:

XEQ - Run the included COM file and DOS commands
XEQ /A - Add a new COM file to the library file
XEQ /D - Delete a COM file from the library file
XEQ /E - Extract a command from the library file and restore it to a COM file
XEQ /L - List the command files in the library file

Is any DOS command file. If this command file is not included in the library file,
it will be passed to DOS and executed normally as an internal command, COM command, EXE command, or BAT command.
When running the program with /A, /E, or /D parameters, it must be a COM file or have no extension.
The modified XEQ.COM file will always be saved in the current directory of the current drive.
When using /A and /E parameters, a full path can be specified. The environment variable PATH is not used.

The author releases it to the public domain for non - commercial use.
Copyright 1987 Hardwood Software Consortium. All rights reserved

Collected and produced this Chinese - translated help information by Dou Jiehui of Golden Lion Computer Software Studio
My E - literature is not good. Please forgive me for any translation errors :-)Open the attachment
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 18 Posted 2004-02-28 00:00 ·  中国 香港 Eppstore
初级用户
Credits 118
Posts 5
Joined 2004-02-28 00:00
22-year member
UID 18690
Gender Male
Status Offline
DOS executable files cannot be directly linked. There are various situations. If you just want to be able to run the files simultaneously, you only need to make a shell and call DOS, using "mov ah,4bh, int 21h". If you want to run the files in another way, you need to use virus technology. I can write it! But it will take time. Also, I want to contact Kinglion, the great hero. My email is jaymusicli@yahoo.com.cn
Floor 19 Posted 2004-03-02 00:00 ·  中国 辽宁 沈阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
Friends upstairs, is there anything I can help you with? You can just send a letter to my mailbox directly!
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Forum Jump: