4MEG2_4.INI Driver File Contents (jit171.exe)

;
;-----------------------------------
;INTERMEC 2.4GHz RF ADAPTER
;-----------------------------------
;
[JANUS]
     JG2010 (Intermec 4 Meg Hand Held)

[POWER_MANAGEMENT]
     5

[DELETE_DDRV]
     IRLDESK.EXE
     IRL001.DAT
     IRL.BAT
     RFPH.EXE
     DEBUG.EXE
     EDLIN.EXE
     UNDELETE.EXE
     SETVER.EXE
     FC.EXE
     LABEL.EXE
     SORT.EXE
     ATTRIB.EXE
     SUBST.EXE

[DELETE_COND_DDRV]
     ANSI.SYS
     PHPCSTD.EXE
     PHIMEC.EXE
     INTERSVR.EXE
     CHKDSK.EXE
     FORMAT.COM
     MEM.EXE
     MORE.COM
     XCOPY.EXE
     DOSKEY.COM
     CHOICE.COM

[DELETE_CDRV]
     COMMAND.COM
     INITENV.EXE
     JANUS.MRF
     CARDINFO.EXE

[DELETE_COND_CDRV]
     MCFORMAT.EXE

[ADD_DDRV_NET]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_E]
     A:\MINIPM.EXE
     A:\RL2UISA.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_AUTO]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\RL2UISA.COM
     A:\CHOICE.COM

[CONFIG_REM]


[CONFIG_FIND_REPLACE]


[CONFIG_APPEND]


[AUTOEXEC_REM]
    RFPH 4
    D:\KWC.COM

[AUTOEXEC_FIND_REPLACE]

[AUTOEXEC_APPEND]

[LOGIN]
     @echo off
     H:\LOGIN

[LOGOUT]
     @LOGOUT
     c:
     cd \
     if exist unnet.bat call unnet.bat

[NET_CFG]
Link Support
     Buffers 8 1500
     MemPool 4096
     Max Stacks 8

Protocol TCPIP
     PATH LANG_CFG   D:\NET\LANG
     PATH SCRIPT     D:\NET\SCRIPT
     PATH PROFILE    D:\NET\PROFILE
     PATH LWP_CFG    D:\NET\HSTACC
     PATH TCP_CFG    D:\NET\TCP

     ip_router
     ip_netmask
     ip_address

Protocol IPXODI
; Time that SPX waits without receiving a packet before it requests
; the other side to send a packet to assure the connection is valid
; Count is in ticks. Default is 108 ticks (about 6 seconds).
     SPX Listen Timeout 5400  ;Wait time in tics before it requests a send

; Adjusts the frequency at which SPX sends a packet to the other side
; of the connection to indicate that it is still alive.
; Count is in ticks. Default is 54 ticks (about 3 seconds)
     SPX Verify Timeout 5400  ;Freq in ticks that SPX sends a packet

NetWare DOS Requester
	 FIRST NETWORK DRIVE = H
	 NETWARE PROTOCOL = NDS BIND
	 NAME CONTEXT =
	 USE DEFAULTS = OFF
	 VLM = CONN.VLM
	 VLM = IPXNCP.VLM
	 VLM = TRAN.VLM
	 VLM = SECURITY.VLM
	 VLM = NDS.VLM
	 VLM = BIND.VLM
	 VLM = NWP.VLM
	 VLM = FIO.VLM
	 VLM = GENERAL.VLM
	 VLM = REDIR.VLM
	 VLM = PRINT.VLM
	 VLM = NETX.VLM

Link Driver RL2OEM
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

Link Driver RL2UISA
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

[STARTUP NETWARE CLIENT]
     c:
     cd \
     set nwlanguage=english
     d:\nwclient\lsl.com
     if not exist d:\nwclient\rl2oem.com goto TRY_ISA
     d:\nwclient\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\nwclient\rl2uisa.com goto CARD_OK
     d:\nwclient\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     d:\nwclient\ipxodi.com
     d:\nwclient\vlm.exe /MX

[STARTUP FTP]
     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set PCTCP=C:\PCTCP.INI
     break on
     d:\net\bin\odipkt.com
     d:\net\bin\ethdrv.exe

[STARTUP LAN WORKPLACE]

     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set name=
     break on
     d:\net\drivers\tcpip.exe

[JANUS]
     JG2020 (Intermec 4 Meg Hand Held)

[POWER_MANAGEMENT]
     5

[DELETE_DDRV]
     IRLDESK.EXE
     IRL001.DAT
     IRL.BAT
     RFPH.EXE
     DEBUG.EXE
     EDLIN.EXE
     UNDELETE.EXE
     SETVER.EXE
     FC.EXE
     LABEL.EXE
     SORT.EXE
     ATTRIB.EXE
     SUBST.EXE

[DELETE_COND_DDRV]
     ANSI.SYS
     PHPCSTD.EXE
     PHIMEC.EXE
     INTERSVR.EXE
     CHKDSK.EXE
     FORMAT.COM
     MEM.EXE
     MORE.COM
     XCOPY.EXE
     DOSKEY.COM
     CHOICE.COM

[DELETE_CDRV]
     COMMAND.COM
     INITENV.EXE
     JANUS.MRF
     CARDINFO.EXE

[DELETE_COND_CDRV]
     MCFORMAT.EXE

[ADD_DDRV_NET]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_E]
     A:\MINIPM.EXE
     A:\RL2UISA.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_AUTO]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\RL2UISA.COM
     A:\CHOICE.COM


[CONFIG_REM]


[CONFIG_FIND_REPLACE]


[CONFIG_APPEND]


[AUTOEXEC_REM]
    RFPH 4
    D:\KWC.COM

[AUTOEXEC_FIND_REPLACE]

[AUTOEXEC_APPEND]

[LOGIN]
     @echo off
     H:\LOGIN

[LOGOUT]
     @LOGOUT
     c:
     cd \
     if exist unnet.bat call unnet.bat

[NET_CFG]
Link Support
     Buffers 8 1500
     MemPool 4096
     Max Stacks 8

Protocol TCPIP
     PATH LANG_CFG   D:\NET\LANG
     PATH SCRIPT     D:\NET\SCRIPT
     PATH PROFILE    D:\NET\PROFILE
     PATH LWP_CFG    D:\NET\HSTACC
     PATH TCP_CFG    D:\NET\TCP

     ip_router
     ip_netmask
     ip_address

Protocol IPXODI
; Time that SPX waits without receiving a packet before it requests
; the other side to send a packet to assure the connection is valid
; Count is in ticks. Default is 108 ticks (about 6 seconds).
     SPX Listen Timeout 5400  ;Wait time in tics before it requests a send

; Adjusts the frequency at which SPX sends a packet to the other side
; of the connection to indicate that it is still alive.
; Count is in ticks. Default is 54 ticks (about 3 seconds)
     SPX Verify Timeout 5400  ;Freq in ticks that SPX sends a packet

NetWare DOS Requester
	 FIRST NETWORK DRIVE = H
	 NETWARE PROTOCOL = NDS BIND
	 NAME CONTEXT =
	 USE DEFAULTS = OFF
	 VLM = CONN.VLM
	 VLM = IPXNCP.VLM
	 VLM = TRAN.VLM
	 VLM = SECURITY.VLM
	 VLM = NDS.VLM
	 VLM = BIND.VLM
	 VLM = NWP.VLM
	 VLM = FIO.VLM
	 VLM = GENERAL.VLM
	 VLM = REDIR.VLM
	 VLM = PRINT.VLM
	 VLM = NETX.VLM

Link Driver RL2OEM
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

Link Driver RL2UISA
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

[STARTUP NETWARE CLIENT]
     c:
     cd \
     set nwlanguage=english
     d:\nwclient\lsl.com
     if not exist d:\nwclient\rl2oem.com goto TRY_ISA
     d:\nwclient\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\nwclient\rl2uisa.com goto CARD_OK
     d:\nwclient\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     d:\nwclient\ipxodi.com
     d:\nwclient\vlm.exe /MX

[STARTUP FTP]
     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set PCTCP=C:\PCTCP.INI
     break on
     d:\net\bin\odipkt.com
     d:\net\bin\ethdrv.exe

[STARTUP LAN WORKPLACE]

     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set name=
     break on
     d:\net\drivers\tcpip.exe

[JANUS]
     JG2050 (Intermec 4 Meg Vehicle Mount)

[POWER_MANAGEMENT]
     0

[DELETE_DDRV]
     IRLDESK.EXE
     IRL001.DAT
     IRL.BAT
     RFPH.EXE
     DEBUG.EXE
     EDLIN.EXE
     UNDELETE.EXE
     SETVER.EXE
     FC.EXE
     LABEL.EXE
     SORT.EXE
     ATTRIB.EXE
     SUBST.EXE

[DELETE_COND_DDRV]
     ANSI.SYS
     PHPCSTD.EXE
     PHIMEC.EXE
     INTERSVR.EXE
     CHKDSK.EXE
     FORMAT.COM
     MEM.EXE
     MORE.COM
     XCOPY.EXE
     DOSKEY.COM
     CHOICE.COM

[DELETE_CDRV]
     COMMAND.COM
     INITENV.EXE
     JANUS.MRF
     CARDINFO.EXE

[DELETE_COND_CDRV]
     MCFORMAT.EXE

[ADD_DDRV_NET]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_E]
     A:\MINIPM.EXE
     A:\RL2UISA.COM
     A:\CHOICE.COM

[ADD_DDRV_NET_AUTO]
     A:\MINIPM.EXE
     A:\RL2OEM.COM
     A:\RL2UISA.COM
     A:\CHOICE.COM

[CONFIG_REM]


[CONFIG_FIND_REPLACE]


[CONFIG_APPEND]


[AUTOEXEC_REM]
    RFPH 4
    D:\KWC.COM

[AUTOEXEC_FIND_REPLACE]

[AUTOEXEC_APPEND]

[LOGIN]
     @echo off
     H:\LOGIN

[LOGOUT]
     @LOGOUT
     c:
     cd \
     if exist unnet.bat call unnet.bat

[NET_CFG]
Link Support
     Buffers 8 1500
     MemPool 4096
     Max Stacks 8

Protocol TCPIP
     PATH LANG_CFG   D:\NET\LANG
     PATH SCRIPT     D:\NET\SCRIPT
     PATH PROFILE    D:\NET\PROFILE
     PATH LWP_CFG    D:\NET\HSTACC
     PATH TCP_CFG    D:\NET\TCP

     ip_router
     ip_netmask
     ip_address

Protocol IPXODI
; Time that SPX waits without receiving a packet before it requests
; the other side to send a packet to assure the connection is valid
; Count is in ticks. Default is 108 ticks (about 6 seconds).     
     SPX Listen Timeout 5400  ;Wait time in tics before it requests a send

; Adjusts the frequency at which SPX sends a packet to the other side
; of the connection to indicate that it is still alive.
; Count is in ticks. Default is 54 ticks (about 3 seconds)
     SPX Verify Timeout 5400  ;Freq in ticks that SPX sends a packet

NetWare DOS Requester
	 FIRST NETWORK DRIVE = H
	 NETWARE PROTOCOL = NDS BIND
	 NAME CONTEXT =
	 USE DEFAULTS = OFF
	 VLM = CONN.VLM
	 VLM = IPXNCP.VLM
	 VLM = TRAN.VLM
	 VLM = SECURITY.VLM
	 VLM = NDS.VLM
	 VLM = BIND.VLM
	 VLM = NWP.VLM
	 VLM = FIO.VLM
	 VLM = GENERAL.VLM
	 VLM = REDIR.VLM
	 VLM = PRINT.VLM
	 VLM = NETX.VLM

Link Driver RL2OEM
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

Link Driver RL2UISA
     frame ETHERNET_802.2
     frame ETHERNET_II
     int 7
     port 270
     sniff_time 0        ;Keep-alive packet disabled
     peer_to_peer N      ;Bridging only
     radio_mode 0        ;800Kbs mode
     roam_config 0       ;Slow roaming

/*Parameters

[STARTUP NETWARE CLIENT]
     c:
     cd \
     set nwlanguage=english
     d:\nwclient\lsl.com
     if not exist d:\nwclient\rl2oem.com goto TRY_ISA
     d:\nwclient\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\nwclient\rl2uisa.com goto CARD_OK
     d:\nwclient\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     d:\nwclient\ipxodi.com
     d:\nwclient\vlm.exe /MX

[STARTUP FTP]
     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set PCTCP=C:\PCTCP.INI
     break on
     d:\net\bin\odipkt.com
     d:\net\bin\ethdrv.exe

[STARTUP LAN WORKPLACE]

     c:
     cd \
     d:\net\drivers\lsl.com
     if not exist d:\net\drivers\rl2oem.com goto TRY_ISA
     d:\net\drivers\rl2oem.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2OEM.COM
     echo *
     pause

     :TRY_ISA
     if not exist d:\net\drivers\rl2uisa.com goto CARD_OK
     d:\net\drivers\rl2uisa.com
     if not errorlevel 1 goto CARD_OK
     echo *
     echo * Error Loading Radio Driver
     echo * RL2UISA.COM
     echo *
     pause

     :CARD_OK
     set name=
     break on
     d:\net\drivers\tcpip.exe
	
;****************************************************************************

[END_OF_INI_FILE]

;****************************************************************************
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 0.62