Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
DOS net BW meter
Name: Banfield Date: March 3, 2006 at 06:11:18 Pacific OS: DOS 7.10 CPU/Ram: 80486 Product: UMC
Comment:
Hi all. Does anybody knows abot a program to measure the data tranfer trough a NEoS networking set of PC´c?. All them are 80486 running DOS 7.10 whit coaxial cable of about 10 meters from end to end. In a 600 mb tranfer from disk to disk, it takes about 45 min, giving a transfer ratio of about 250 Kb/sec. Is it good?
Name: Zenith Date: March 10, 2006 at 09:36:41 Pacific
Reply:
Depends - is this a Tbase2 or a Tbase5 network???
Search Engines Are Your Friends
Morpheus: There is a difference between knowing the path and walking the path. "The Matrix"
0
Response Number 2
Name: Banfield Date: March 13, 2006 at 04:56:07 Pacific
Reply:
Really, I don´t know, because I´m novice in networking. I am using coaxial cable of 52 ohms, with the corresponding terminators made of my own with 51 ohms 1/4 w ressistor inside a connector. Boards are all three UMC using the UM9008 IC and the correspondin driver.
Summary: Do you have both the Client and Server setup in DOS ??: http://www.wown.com/j_helmig/dosclien.htm and are mapping the DOS share in W2K3 COMMAND PROMPT ??: net use * \\computername\sharename ...
Summary: When I use 'Net USE' to connect to a computer, how do I move about in the computer? DO I use just regular 'dir' commands and what not? Please help. ...
Summary: Use system. You have to give the full name and full path. eg (ignore any line feeds) system ("c:\\dos\\net.exe use K: \\\\tom\\dick"); Don't forget the double backslashes. ...