Can TC read the contents of the clipboard?

English support forum

Moderators: white, Hacker, petermad, Stefan2

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: 6482
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 x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 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