Chuck said:
<SNIP>
Ray,
By the other program that you couldn't get working, did you mean browstat? What
error did you get from it?
Let's try and enumerate your symptoms, so we can diagnose them. We may end up
coming back to browstat though.
Take the following code (everything inside the "#####"). (Please verify
computer names and ip addresses).
Open Notepad. Ensure that Format - Word Wrap is not checked. Highlight then
Copy the code (Ctrl-C), precisely as it is presented, and Paste (Ctrl-V) into
Notepad. Verify, and correct, names and addresses if necessary.
Save the Notepad file as "cdiag.cmd", as type "All Files", into the root folder
"C:\".
Run it by Start - Run - "c:\cdiag".
Wait patiently.
When Notepad opens up displaying c:\cdiag.txt, first check Format and ensure
that Word Wrap is NOT checked! Then, copy the entire contents (Ctrl-A Ctrl-C)
and paste (Ctrl-V) into your next post.
Do this from all computers, please, with all computers powered up and online.
#####
@echo off
set FullTarget1=MainComputer 192.168.1.100
set FullTarget2=OLD2 192.168.1.103
set FullTarget3=
set FullTarget4=
set FullTargets=%FullTarget1% %FullTarget2% %FullTarget3% %FullTarget4%
set FullTargets=%FullTargets% 127.0.0.1
set PingTargets=
www.yahoo.com 66.94.230.32 192.168.1.1
Set Version=V1.31
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% >>c:\cdiag.txt
@echo Full Targets %FullTargets% >>c:\cdiag.txt
for %%a in (%FullTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% net view %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo Ping Targets %PingTargets% >>c:\cdiag.txt
for %%a in (%PingTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo End diagnosis for %computername% >>c:\cdiag.txt
notepad c:\cdiag.txt
:EOF
#####
chuck,
heres the info
CDiagnosis V1.31
Start diagnosis for MAINCOMPUTER
Full Targets MainComputer 192.168.1.100 OLD2 192.168.1.103 127.0.0.1
Target MainComputer
"MAINCOMPUTER ping MainComputer"
Pinging MainComputer [192.168.1.100] with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"MAINCOMPUTER net view MainComputer"
Shared resources at MainComputer
Ray and Michelle's new fun toy!
Share name Type Used as Comment
-------------------------------------------------------------------------------
Printer Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 192.168.1.100
"MAINCOMPUTER ping 192.168.1.100"
Pinging 192.168.1.100 with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"MAINCOMPUTER net view 192.168.1.100"
Shared resources at 192.168.1.100
Ray and Michelle's new fun toy!
Share name Type Used as Comment
-------------------------------------------------------------------------------
Printer Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target OLD2
"MAINCOMPUTER ping OLD2"
Ping request could not find host OLD2. Please check the name and try again.
"MAINCOMPUTER net view OLD2"
Target 192.168.1.103
"MAINCOMPUTER ping 192.168.1.103"
Pinging 192.168.1.103 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.103:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"MAINCOMPUTER net view 192.168.1.103"
Target 127.0.0.1
"MAINCOMPUTER ping 127.0.0.1"
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"MAINCOMPUTER net view 127.0.0.1"
Shared resources at 127.0.0.1
Ray and Michelle's new fun toy!
Share name Type Used as Comment
-------------------------------------------------------------------------------
Printer Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Ping Targets
www.yahoo.com 66.94.230.32 192.168.1.1
Target
www.yahoo.com
"MAINCOMPUTER ping
www.yahoo.com"
Pinging
www.yahoo.akadns.net [216.109.117.205] with 32 bytes of data:
Reply from 216.109.117.205: bytes=32 time=36ms TTL=54
Reply from 216.109.117.205: bytes=32 time=32ms TTL=54
Reply from 216.109.117.205: bytes=32 time=33ms TTL=54
Reply from 216.109.117.205: bytes=32 time=33ms TTL=55
Ping statistics for 216.109.117.205:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 36ms, Average = 33ms
Target 66.94.230.32
"MAINCOMPUTER ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=102ms TTL=51
Reply from 66.94.230.32: bytes=32 time=93ms TTL=50
Reply from 66.94.230.32: bytes=32 time=96ms TTL=50
Reply from 66.94.230.32: bytes=32 time=103ms TTL=51
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 93ms, Maximum = 103ms, Average = 98ms
Target 192.168.1.1
"MAINCOMPUTER ping 192.168.1.1"
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
End diagnosis for MAINCOMPUTER
again thank you.
Ray