Check out this output from a command prompt on one of our domain controllers (edited for secure anonymity!):
And similar with PING:
Is crazy! Not the end of the world, but still, curious...
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, or photo, or breakfast...and so on)[/small]
Code:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator.domain>cd\
C:\>ipconfig /all
'ipconfig' is not recognized as an internal or external command,
operable program or batch file.
C:\>dir ipconfig*.*/s
Volume in drive C has no label.
Volume Serial Number is BCB1-2EF9
Directory of C:\WINDOWS\$NtServicePackUninstall$
20/09/2004 19:05 61,440 ipconfig.exe
1 File(s) 61,440 bytes
Directory of C:\WINDOWS\ServicePackFiles\i386
17/02/2007 03:20 63,488 ipconfig.exe
1 File(s) 63,488 bytes
Directory of C:\WINDOWS\system32
17/02/2007 03:20 63,488 ipconfig.exe
1 File(s) 63,488 bytes
Total Files Listed:
3 File(s) 188,416 bytes
0 Dir(s) 73,420,489,728 bytes free
C:\>path
PATH=C:\Program Files\Support Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemR
oot%\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\Program Files\Common
Files\WatchGuard\lib;
C:\>set systemr
SystemRoot=C:\WINDOWS
C:\>cd C:\WINDOWS\system32
C:\WINDOWS\system32>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : DC01
Primary Dns Suffix . . . . . . . : domain.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : domain.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : domain.com
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : 00-0F-20-D0-1A-44
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : xxx.xxx.xxx.xxx
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : xxx.xxx.xxx.xxx
DNS Servers . . . . . . . . . . . : xxx.xxx.xxx.xxx
xxx.xxx.xxx.xxx
Primary WINS Server . . . . . . . : xxx.xxx.xxx.xxx
Secondary WINS Server . . . . . . : xxx.xxx.xxx.xxx
C:\WINDOWS\system32>
And similar with PING:
Code:
C:\>ping -n 1 [URL unfurl="true"]www.google.com[/URL]
'ping' is not recognized as an internal or external command,
operable program or batch file.
C:\>cd C:\WINDOWS\system32
C:\WINDOWS\system32>ping -n 1 [URL unfurl="true"]www.google.com[/URL]
Pinging [URL unfurl="true"]www.l.google.com[/URL] [72.14.204.103] with 32 bytes of data:
Request timed out.
Ping statistics for 72.14.204.103:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
Is crazy! Not the end of the world, but still, curious...
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, or photo, or breakfast...and so on)[/small]