slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Tue Feb 17, 2004 8:29 am
Changing Default Telnet Application in Win2k |
Since the directions on the website about how to change the default telnet client in Windows 2000 (and I expect, Windows XP) is slightly different than it is in Win95/98/ME, I found some instructions on how to get it changed. All the things in bold are things that you click on, underlined are things just to look for in the window, and italics are things that change on a per system basis.
Double-click on My Computer icon
Go to Tools -> Folder Options...
Go to the File Types tab
Scroll down to the file type "N/A URL:Telnet Protocol".
Click on the Advanced button
In the Edit File Type window, highlight "open" under Actions:, then click on the Edit... button
In the "Application used to perform action:" field, enter
Code: |
x:\zmudpath\zmud.exe %1 |
Where x is the drive zMUD is installed on and zmudpath is the path to zMUD on that drive.
Then clicked on the OK button |
|