Jump to content

PROTMAN.OS2: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user 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.  


Line 7: Line 6:
!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
|}
|}


Line 23: Line 16:


==Parameters==
==Parameters==
; /I:C:\IBMCOM
; /I:C:\IBMCOM
: Path to IBMCOM
: Path to IBMCOM
Line 29: Line 21:
==Sample==
==Sample==
  DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[MSG.DLL]]


==Related Patents==
==Related Patents==
* [http://www.google.com/patents/EP0583965B1 EP0583965B1]
* [//www.google.com/patents/EP0583965B1 EP0583965B1]
* [http://www.google.com/patents/US5634006 US5634006]
* [//www.google.com/patents/US5634006 US5634006]
* [http://www.google.com/patents/US5454078 US5454078]
* [//www.google.com/patents/US5454078 US5454078]


[[Category:Drivers]][[Category:DEVICE Statements]]
[[Category:Device Drivers]][[Category:DEVICE Statements]]

Latest revision as of 00:01, 5 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