Ref: TCEDIT the Clipboard
The SPFLite Editor has a command line option that allows one to edit the clipboard, but with less keystrokes (and less user error) than in my example with TCEDIT.
From the TCC Command line, I do;
...which starts spflite2 with the contents of the clipboard.
I make my modifications to the clipboard, exit, and my changes to the clipboard are now available for use elsewhere.
It would be convenient if TCEDIT had a /CLIP command line option...
Read more
The SPFLite Editor has a command line option that allows one to edit the clipboard, but with less keystrokes (and less user error) than in my example with TCEDIT.
From the TCC Command line, I do;
Code:
spflite2 -clip
I make my modifications to the clipboard, exit, and my changes to the clipboard are now available for use elsewhere.
It would be convenient if TCEDIT had a /CLIP command line option...
Read more