The missing file is that netset.exe cannot be used with mousedos. This needs to call other programs to detect the network card model.
Of course you can't use it alone.
You can try downloading again to see if it works. In order to reduce the size of tftpboot, netset.exe was modified. It has only been tested on the virtual machine for the time being. If it still has an error, report the online model.
Under DOS, you can obtain all the data passed by the DHCP server to the client.
I get the DHCP packet by searching the data in memory. It's the software called query.exe. Written with qbasic. When executed, it displays most of the information of the DHCP server. Currently only common information is obtained. Then a batch program is generated to set the tftpip environment variable. This method is crude, but this is an effective way. It can perfectly obtain all the data passed from the DHCP server (which can be a router) to the client.
Originally, a network program was written with qbasic. But qbasic can only write programs based on the packet driver. The DHCP data obtained by this method is inaccurate. It's okay for routers or old versions of hanewin DHCP. It's easy to make mistakes. When using the ndis2 driver network card, it can't be used. Finally, an idea came up. Search in memory.
It can be used for both the packet driver and the ndisk2 driver. The data can be accurately obtained each time.
This kind of problem has been mentioned by many people on the forum. The answers on the Internet are all writing WATTCP programs, which can't be used for the ndis2 driver. And I don't know C language at all.
[ Last edited by xugaohui on 2008-11-10 at 23:03 ]
下载
09年7月7日 更新
感谢网友 囧HQY 提供空间