Jump to content

LANMSGDD.OS2: Difference between revisions

From EDM2
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Writes a log named LANTRAG.LOG into drive:\IBMCOM. This file will contain any messages (such as errors) generated via LANMSGDD.OS2.  
Writes a log named LANTRAG.LOG into drive:\IBMCOM. This file will contain any messages (such as errors) generated via LANMSGDD.OS2.


==Version==
==Version==
{| class="wikitable"
{|class="wikitable"
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2004-05-21 14:13||60.58||3,684 bytes||IBM MPTS FixPak WR_8708
|2004-05-21||60.58||3,684 bytes||IBM MPTS FixPak WR_8708
|}
|}
==DLLs Loaded==
*[[DOSCALL1.DLL]]
*[[MSG.DLL]]


==CONFIG.SYS==
==CONFIG.SYS==
Line 16: Line 12:


==Parameters==
==Parameters==
* /I:C:\IBMCOM /S
* '''/I:C:\IBMCOM'''


; /S
*;/S
:
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


==Sample==  
==Sample==  
  DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S
  DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S


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

Latest revision as of 21:24, 18 March 2022

Writes a log named LANTRAG.LOG into drive:\IBMCOM. This file will contain any messages (such as errors) generated via LANMSGDD.OS2.

Version

Date Version Size Comments
2004-05-21 60.58 3,684 bytes IBM MPTS FixPak WR_8708

CONFIG.SYS

DEVICE=\IBMCOM\LANMSGDD.OS2 <parameter>

Parameters

  • /I:C:\IBMCOM
  • /S

Sample

DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S