Navigation: TCC > Variables & Functions > Functions
@CLIPW
@CLIPW[string] : Writes the string to the Windows text clipboard. Returns 0 if the operation was successful.
Examples:
if "%@clipw[save this line]" eq "0" echo Saved to the clipboard
Saved to the clipboard