Can TC read the contents of the clipboard?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
ruizrzr1
Junior Member
Junior Member
Posts: 37
Joined: 2022-07-06, 06:39 UTC

Can TC read the contents of the clipboard?

Post by *ruizrzr1 »

Are there any parameters that can pass the clipboard to other software?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7012
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Can TC read the contents of the clipboard?

Post by *Horst.Epp »

I use the NirSoft Tool Nircmd.
The following e_command for example invokes TC with the content of the clipboard as parameter.
[em_CDToClip]
cmd=c:\tools\NirSoft\x64\nircmd.exe exec show %COMMANDER_EXE% /O /S /A /L="~$clipboard$"
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
ruizrzr1
Junior Member
Junior Member
Posts: 37
Joined: 2022-07-06, 06:39 UTC

Re: Can TC read the contents of the clipboard?

Post by *ruizrzr1 »

Horst.Epp wrote: 2022-07-18, 20:55 UTC I use the NirSoft Tool Nircmd.
The following e_command for example invokes TC with the content of the clipboard as parameter.
[em_CDToClip]
cmd=c:\tools\NirSoft\x64\nircmd.exe exec show %COMMANDER_EXE% /O /S /A /L="~$clipboard$"
I think I know how to do it. Thank you
Post Reply