Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Problem running telnet

Jul
23
0
Hi,
I am using tcc/le v13.05.68 under windows 7 enterprise.
When I issue the telnet command I get:
TCC: Unknown command "telnet"
IF I issue the telnet command under CMD, it works.

Other commands (like ftp) work.

If I search for telnet.exe, I find it in C:\Windows\winsxs\amd64_microsoft-windows-telnet-client_31bf3856ad364e35_6.1.7600.16385_none_1426830c3ebb712d\telnet.exe

If I search for ftp.exe, I find it in:
C:\Windows\System32\ftp.exe
C:\Windows\SysWOW64\ftp.exe
C:\Windows\winsxs\amd64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7600.16385_no
ne_08e04f97723b045d\ftp.exe
C:\Windows\winsxs\amd64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7601.17514_no
ne_0b11635f6f2987f7\ftp.exe
C:\Windows\winsxs\x86_microsoft-windows-ftp_31bf3856ad364e35_6.1.7600.16385_none
_acc1b413b9dd9327\ftp.exe
C:\Windows\winsxs\x86_microsoft-windows-ftp_31bf3856ad364e35_6.1.7601.17514_none
_aef2c7dbb6cc16c1\ftp.exe

What can the problem be?

Thanks
Gadi
 
What do the following commands return?

Code:
which /a telnet
 
which /a ftp

Joe
 
Hi Joe.
These are the results:
[C:\Temp]which /a ftp
ftp is an external : C:\Windows\system32\ftp.exe
[C:\Temp]which /a telnet
telnet is an unknown command
 
What happens with the following command;

Code:
cmd /c telnet

Joe
 
'telnet' is not recognized as an internal or external command,
operable program or batch file.

Anothing thing:
If I look at c:\windows\system32 using tcc/le, I don't see telnet.exe
If I look at c:\windows\system32 using windows explorer, I see it.

Gadi
 
Is this an x64 version of Windows? If so, are you using the 32-bit or the 64-bit build of TCC/LE?
 
TELNET.EXE is not installed by default on Win 7. Try this:
Code:
pkgmgr /iu:"TelnetClient"
 
I am running 64bit Windows.
I think tcc/le is 32bit (I'm not sure since the computer is at work, and I'm home right now).
Telnet Clinet is installed. It runs find from CMD.
Gadi
 
I installed tcc/le 64bit on my computer at home, and it fixed the problem.
I will try at work tommorow.
 
Here: http://answers.microsoft.com/en-us/...7-64-bit/5e789624-cfc2-4046-85e2-1b1f82a6e8de I read this:
Code:
O.K.  This time I REALLY found the problem.  It was the command line interpreter that I use, JPSoft's TCC.  It is necessary to turn off Win64 File System Redirection.  All is working now.  Thanks!!!

I think that installing the x64 build is probably a better solution. x64 Windows hides not only parts of the filesystem, but chunks of the registry as well, from 32-bit programs.
 
Back
Top