How to load a RTES device driver that communicates over Ethernet (TCP/IP or UDP/IP)

Notes:
(1)See TCP/IP
(2)When loading the packet driver, EXNET and any other device drivers, use the LOADHIGH command to place them in upper memory.
(3)You may prepare a batch file to automatically load the software, or incorporate the commands in AUTOEXEC.BAT

Example:

LOADHIGH NE2000 0x7E 5 0x300
LOADHIGH EXNET
LOADHIGH MODBUS
LOADHIGH EQFTP 2
LOADHIGH UNET 3