Jump to content

VDOSTCP.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Virtual device driver for the TCP/IP protocol used by DOS and Windows.
Virtual device driver for the TCP/IP protocol used by DOS and Windows.
Virtual Internet Connection  Version 3.0 for Windows
  DEVICE=\TCPIP\BIN\VDOSTCP.SYS
  DEVICE=\TCPIP\BIN\VDOSTCP.SYS
Additionally [[VDOSTCP.VDD]] and the control program ([[VDOSCTL.EXE]]) are required.


'''Parameter:'''
==Versions==
* /C:x
{|class="wikitable"
x is the number of the serial port.
!Date||Version||Size||Comments
 
'''TIP:''' If you don't need TCP/IP support in DOS sessions REM this line.
 
'''Platform Support:'''
{| class="wikitable"
|-
|-
!OS/2 2.x
|2001-09-17|| -- || 4,749 bytes ||
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|-
|
|C
|Yes
|Yes
|}
|}
==Called by==
* WINSOCK.DLL
==Parameter==
* /C:x - x is the number of the serial port.
;TIP: If you don't need TCP/IP support in DOS sessions REM this line.
{{ProdS |V31=S|V40=S|V45=S}}
==More Information==
This is a sample of the architecture image of the DOS/Windows Access Interface on how this driver is used.
[[Image:DOSAccessInterface.png|600px]]


[[Category:DEVICE Statements]][[Category:IBM TCP/IP Files]]
[[Category:DEVICE Statements]][[Category:IBM TCP/IP Files]]

Latest revision as of 18:56, 7 January 2022

Virtual device driver for the TCP/IP protocol used by DOS and Windows.

Virtual Internet Connection Version 3.0 for Windows

DEVICE=\TCPIP\BIN\VDOSTCP.SYS

Additionally VDOSTCP.VDD and the control program (VDOSCTL.EXE) are required.

Versions

Date Version Size Comments
2001-09-17 -- 4,749 bytes

Called by

  • WINSOCK.DLL

Parameter

  • /C:x - x is the number of the serial port.
TIP
If you don't need TCP/IP support in DOS sessions REM this line.
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


More Information

This is a sample of the architecture image of the DOS/Windows Access Interface on how this driver is used.