oceansoul
Member
Registered: 19th Jun 06
Location: Sunbury, Surrey
User status: Offline
|
Always have been able to. What am i doing wrong? I just get and error message (see screenshot)
[/URL]
|
VrsTurbo
Premium Member
Registered: 8th Jun 10
User status: Offline
|
Check in C:\Windows\System32
And see if you have the file ping.exe
|
oceansoul
Member
Registered: 19th Jun 06
Location: Sunbury, Surrey
User status: Offline
|
Yep. I have ping.exe
|
VrsTurbo
Premium Member
Registered: 8th Jun 10
User status: Offline
|
drag and drop that into a cmd window and type and ip at the end of it
|
oceansoul
Member
Registered: 19th Jun 06
Location: Sunbury, Surrey
User status: Offline
|
That works. But only if i drag/drop (or type the full path). It used to work if i just typed "ping"
|
VrsTurbo
Premium Member
Registered: 8th Jun 10
User status: Offline
|
sounds like the enviroment varibles path isnt set correctly in windows
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
I'd expect shit loads to be going wrong if system32 isn't an environment variable...
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
In a blank cmd window:
cls
cd C:\Windows\System32
ping localhost
If dat working then your missing an environment variable - Rightclick my comp, Advance, Environemnt Variables, under 'Path' should be "%SystemRoot%\system32".
|
Sam
Moderator Premium Member
Registered: 24th Dec 99
Location: West Midlands
User status: Offline
|
In the command window you can type in SET (press return), if the system32 subdirectory isn't in the PATH= line then that'll be why it ain't working.
|
oceansoul
Member
Registered: 19th Jun 06
Location: Sunbury, Surrey
User status: Offline
|
Thats sorted it. Cheers lads. I added "%SystemRoot%\system32" to the environment variables. Dont know why it went however Maybe when i installed OpenBSI tools, thats when it stopped working!
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
I'm surprised the computer didn't fuck itself missing that environment variable
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
quote: Originally posted by Sam
In the command window you can type in SET (press return), if the system32 subdirectory isn't in the PATH= line then that'll be why it ain't working.
Learn something new everyday
|