MySQL Forums
Forum List  »  Newbie

Re: dos command promt problem
Posted by: Dave Smith
Date: March 24, 2005 04:16PM

Well, I expected a PATH problem, but I clearly see C:\WINDOWS\System32 as the second part of your path variable. For my next guess, I am going to say that there is something in your default folder or something the the C:\Program Files\Rockwell Software\RSCommon folder that is interfering with the PING command. Try this...

CD \
PING

If this works, the problem is something in your default folder...


PATH := C:\WINDOWS\System32;%PATH%
PING

If this works, the problem is in the Rockwell Software folder.

If neither works, back to the drawing board...


Dave Smith

Options: ReplyQuote


Subject
Written By
Posted
March 19, 2005 06:47PM
March 20, 2005 11:40AM
March 22, 2005 03:24PM
March 23, 2005 05:37PM
March 24, 2005 08:31AM
Re: dos command promt problem
March 24, 2005 04:16PM
March 25, 2005 07:51AM
March 27, 2005 08:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.