× Discuss on any other topics

Using T24 classic from CMD prompt - windows ?

  • CryptoGuy
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
5 years 1 month ago #22070 by CryptoGuy
Hi all,

I'm working with T24 classic from cmd prompt because im connecting from inside server and telnet is not allowed. But I can't use F keys for example F5 to commit. How can I enable the F keys in cmd?

Thanks.

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
5 years 1 month ago - 5 years 1 month ago #22072 by VK
Hi
If telnet is available, you can connect to localhost using the same terminal emulator.

If that's not an option, you can try to use AutoHotkey program to remap your keys.

Cheers
VK
Last edit: 5 years 1 month ago by VK.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
5 years 3 weeks ago #22092 by jpb
instead of F-keys you may use the keystrokes :

F1--> ^U{Enter}
F2--> ^B{Enter}
F3--> ^F{Enter}
F4--> ^E{Enter}
F5--> ^V{Enter}

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
5 years 2 weeks ago #22096 by VK
Hi
using AutoHotKey you can simplify this:
#IfWinActive cmd.exe
F1::
    send ^U{Return}
    return
#IfWinActive

Cheers
VK

Please Log in or Create an account to join the conversation.

More
5 years 2 weeks ago #22101 by darthadhi
Replied by darthadhi on topic Using T24 classic from CMD prompt - windows ?
Or u can simply go to cmd prompt properties and uncheck
"enable control keys shortcuts" options .



Regards,
Adithyan

Valar Dohaeris

Please Log in or Create an account to join the conversation.

Time to create page: 0.103 seconds