- Aug
- 2,134
- 92
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 that does the same thing.
From the SPFLite Help File;
Joe
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 that does the same thing.
From the SPFLite Help File;
-CLIP option
If '-CLIP' appears in the command line, SPFLite will operate in clipboard edit mode, which does the following:
The contents of the Windows clipboard are opened up into a Clipboard edit session when SPFLIte starts. This will directly edit the contents of the Windows clipboard, without any intermediate or temporary file involved.
When the primary Command END is entered, the current edit data is returned to the Windows clipboard.
Clipboard mode is designed to provide a quick, convenient means for editing clipboard data with the SPFLite command set. From outside SPFLite, it works most effectively if a separate icon is created for SPFLite that has a command-line operand of -CLIP. To create a CLIP icon on the desktop, copy the normal icon and add -CLIP as an operand, in the icon's Properties window. You can now click on the icon to directly edit the clipboard contents.
If SPFLite is already running, you can use the CLIP primary command to open a new tab containing the current clipboard contents.
Joe