Difference between revisions of "PROTMAN.OS2"

From EDM2
Jump to: navigation, search
m
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ProdS |V31=S|V40=S|V45=S}}
 
{{ProdS |V31=S|V40=S|V45=S}}
 
 
This file it is the network protocol-manager driver, it links the adapter layer to the protocol interface. IBM OS/2 LAN Protocol Manager reads [[PROTOCOL.INI]] in directory drive:\IBMCOM when it loads according the path specified with the "/I:" parameter.  
 
This file it is the network protocol-manager driver, it links the adapter layer to the protocol interface. IBM OS/2 LAN Protocol Manager reads [[PROTOCOL.INI]] in directory drive:\IBMCOM when it loads according the path specified with the "/I:" parameter.  
  
==Version==
+
==Versions==
 
{|class="wikitable"
 
{|class="wikitable"
 
!Date||Version||Size||Comments
 
!Date||Version||Size||Comments
 
|-
 
|-
|2004-07-21
+
|2004-07-21||60.59||22,548 bytes||WR_8708
|60.59
+
|22,548 bytes
+
|WR_8708
+
 
|-
 
|-
|2004-05-05
+
|2004-05-05||60.58||22,548 bytes||WR_8708
|60.58
+
|22,548 bytes
+
|WR_8708
+
 
|}
 
|}
 
==DLLs Loaded==
 
* [[DOSCALL1.DLL]]
 
* [[MSG.DLL]]
 
  
 
==CONFIG.SYS Information==
 
==CONFIG.SYS Information==
Line 26: Line 15:
 
  DEVICE=\IBMCOM\PROTMAN.OS2 <parameter>
 
  DEVICE=\IBMCOM\PROTMAN.OS2 <parameter>
  
;Parameters
+
==Parameters==
 
+
; /I&#58;C&#58;\IBMCOM
* /I:C:\IBMCOM
+
: Path to IBMCOM
  
 +
==Sample==
 +
DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  
 
==Related Patents==
 
==Related Patents==
* [https://www.google.com.ec/patents/EP0583965B1 EP0583965B1]
+
* [//www.google.com/patents/EP0583965B1 EP0583965B1]
* [https://www.google.com.ec/patents/US5634006 US5634006]
+
* [//www.google.com/patents/US5634006 US5634006]
* [https://www.google.com.ec/patents/US5454078 US5454078]
+
* [//www.google.com/patents/US5454078 US5454078]
  
[[Category:Drivers]][[Category:DEVICE Statements]]
+
[[Category:Device Drivers]][[Category:DEVICE Statements]]

Latest revision as of 22:01, 4 June 2020

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

This file it is the network protocol-manager driver, it links the adapter layer to the protocol interface. IBM OS/2 LAN Protocol Manager reads PROTOCOL.INI in directory drive:\IBMCOM when it loads according the path specified with the "/I:" parameter.

Versions

Date Version Size Comments
2004-07-21 60.59 22,548 bytes WR_8708
2004-05-05 60.58 22,548 bytes WR_8708

CONFIG.SYS Information

IBM OS/2 LAN Protocol Manager, read PROTOCOL.INI in directory drive:\IBMCOM

DEVICE=\IBMCOM\PROTMAN.OS2 <parameter>

Parameters

/I:C:\IBMCOM
Path to IBMCOM

Sample

DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM

Related Patents