- Dec
- 238
- 2
TCC 11.00.47, running under Windows 7
I continue to have odd problems with the clipboard. I had thought they were fixed, but they're back.
echo some string>clip:
echo some other string>>clip:
...works. But if I run a Perl script:
scriptname.pl [arguments] > clip:
...the output -- even if it is EXPLICITLY sent to STDOUT in the script -- is displayed at the terminal, and nothing goes into the clipboard.
If I run cmd.exe and do this:
scriptname.pl [arguments] | clip.exe
... the output gets into the clipboard, as expected.
What am I doing wrong here? This never failed under 4NT...
Maybe I need to update TC/TCC again? I haven't done it for a while. Do I need to uninstall/re-install? Or just download the latest version, run it, and point it at the same directory where it's installed now? (With no TCC command line open at the time, of course.)
I continue to have odd problems with the clipboard. I had thought they were fixed, but they're back.
echo some string>clip:
echo some other string>>clip:
...works. But if I run a Perl script:
scriptname.pl [arguments] > clip:
...the output -- even if it is EXPLICITLY sent to STDOUT in the script -- is displayed at the terminal, and nothing goes into the clipboard.
If I run cmd.exe and do this:
scriptname.pl [arguments] | clip.exe
... the output gets into the clipboard, as expected.
What am I doing wrong here? This never failed under 4NT...
Maybe I need to update TC/TCC again? I haven't done it for a while. Do I need to uninstall/re-install? Or just download the latest version, run it, and point it at the same directory where it's installed now? (With no TCC command line open at the time, of course.)