• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

TCP/IP in DOS ?

anton

Banned
Hello ,

maybe u'll think that I'm crazy or something , but I want to enable(use) TCP/IP under DOS , real DOS , not some emulation , is there any way ?

I would greatly appreciate it,
thanks ; )
 
Not sure, what you want to do, may be this will help.

DOS includes some network Command; it will work on a Network that has valid MS protocol (TCP/IP, NetBEUI etc.)

From a DOS prompt type NET /? Or Net /help and you will get on the screen all the commands.

As an example: NET USE N: \\Computres1\C

Tell the computer to map Drive C of Computer1 AS Drive N: on the Network.


 
Back
Top