Hello,
I am having difficulty in opening a telnet session from PowerBuilder 12.6 and 2017. The following code returns -1.
ret = run('telnet '+ipaddress)
The 'telnet
Any help is greatly appreciated.
Best Regards,
Elaine
Hello,
I am having difficulty in opening a telnet session from PowerBuilder 12.6 and 2017. The following code returns -1.
ret = run('telnet '+ipaddress)
The 'telnet
Any help is greatly appreciated.
Best Regards,
Elaine
Thank you so much for your research and suggestions. I may not implementing your recommendations correctly since I could not get telnet to work on my PC.
I opened a 64-bit cmd prompt as an Administrator, copied the C:\Windows\System32\en-US\telnet.exe.mui to C:\Windows\en-US. I then opened the 32-bit cmd prompt (C:\Windows\SysWOW64\cmd.exe) and typed in the command: telnet, and got the error "'telnet' is not recognized as an internal or external command, operable program or batch file.". I created a subdirectory C:\Windows\en-US\telnet32 and copied the file there, still did not work.
Best Regards,
Elaine