ICE

TCP/IP Products => TCP-PLUS => Topic started by: eye on January 07, 2004, 05:48:05 pm

Title: tnopen.exe
Post by: eye on January 07, 2004, 05:48:05 pm
I have recently purchased ICE TCP PLUS and the application tnopen.exe does not appear to be working
I am runng Windows XP
Title: Re:tnopen.exe
Post by: Bob on January 08, 2004, 04:33:50 pm
I have recently purchased ICE TCP PLUS and the application tnopen.exe does not appear to be working
I am runng Windows XP
I assume you are trying to run telnet from within a browser?

i.e.

telnet://somehost
Title: tnopen.exe
Post by: jimn on January 14, 2004, 03:58:25 pm
tnopen is not an application, it is merely a stub in which to open deja32.exe and automatically connect to a specified host put on the command line, either from a script, or by calling from another application (i.e. setting your browser's default telnet helper to deja32).

To use tnopen, you must first go to the plus program directory and create a link from dejawint.exe to deja32.exe, or alternately, make a copy of deja32.exe in the same dir, and rename the copy to dejawint.exe. This is because tnopen tries to execute dejawint.exe,
which was the old name for deja32.exe

Now on the command line, you can type:
tnopen hostname

Typing tnopen on the command line without a hostname will give program error in XP.

If you want use tnopen as the telnet "helper" app in a browser, it should work after creating the above link. Do not specify a hostname after putting in the tnopen path; in this case the browser will supply it.
Title: Re:tnopen.exe
Post by: eye on January 14, 2004, 05:44:17 pm
Thanks JIMN that really helps me :D