I'm using clip to set text on the clipboard.
To do that, I use echo.
echo Works|clip
The problem is when the text contains special characters, eg. | ".
echo (TRUE|FALSE)|clip
echo " is a Quote Mark|clip
How should the text for echo be escaped?
Is there a better way to set text to the clipboard?