The original file content:
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to add other network card drivers, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers in sequence. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to make sure that the network card drivers are compatible and properly configured.
Translation:
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to change it to a boot disk containing drivers for several network cards, in these two files, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers one by one. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to ensure that the network card drivers are compatible and properly configured.
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to add other network card drivers, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers in sequence. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to make sure that the network card drivers are compatible and properly configured.
Translation:
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to change it to a boot disk containing drivers for several network cards, in these two files, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers one by one. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to ensure that the network card drivers are compatible and properly configured.
