The telnet should be a valid command on a Windows XP system. If you are running telnet from the command prompt, and you are getting "command not recognized", might need to check your PATH on the XP system. If "c:\windows\system32" is not in your PATH, you will need to set it.
Check the PATH from the PC (from the command prompt):
echo %PATH%
Should look something like:
C:WINDOWS\system32;C:\WINDOWS;C:WINDOWS\System32\W bem;C:\Program Files\Common Files\SYSTEM\MSMAPI\1033
You are do a search on "set windows path", plenty of good articles to guide you. |