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联盟论坛 » DOS开发编程 & 发展交流 (开发室) » Can the EXPAND decompression command for systems above WIN2000 be modified to be used under DOS?
View 1,562 Replies 8
Credits 5,310 Posts 2,044 Joined 2005-09-26 12:00 20-year member UID 42843 Gender Male From 四川南充
Status Offline
Because the EXPAND decompression command in systems above WIN2000 is much smaller than the EXTRACT command file under DOS, but the EXPAND in systems above WIN2000 cannot run under DOS. Who can modify it into a command file that can be used under DOS?
Credits 1,200 Posts 466 Joined 2005-02-01 00:00 21-year member UID 35867 Gender Male From 上海
Status Offline
expand in Windows 2000 is a win32 console program. To port it to DOS, it needs to be recompiled, but we don't have the source code. In DOS, you can try loading HX and then running it, which can provide win32 APIs.