Can't run telnet in console opened by Autohotkey
- by Steve Crane
I have enabled the telnet client on my Windows 7 64-bit machine and if I open the start menu and launch cmd from there I can run telnet.
I normally use the keyboard shortcut Win-C, implemented by this AutoHotkey snippet to open a console.
#c::Run, C:\WINDOWS\system32\cmd.exe
For some strange reason when I try to run telnet in a console window…