Pipe character ("
Posted: Feb 15th, ’16, 13:57
I have a special Text Expander entry called:
",commands"
I would like to store commands in this entry, but the following command is getting broken at the pipe character:
cmd /c "echo off | clip"
It is getting cut into:
cmd /c "echo off
clip"
Is there any way to stop | from cutting my commands in half?
",commands"
I would like to store commands in this entry, but the following command is getting broken at the pipe character:
cmd /c "echo off | clip"
It is getting cut into:
cmd /c "echo off
clip"
Is there any way to stop | from cutting my commands in half?