Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by habermehl

  1. H

    Handle a terminating error (exception) within a scriptblock

    I use TCC to test my students' Java programs. I'd love to be able to catch their buggy programs' exceptions and be able to report at least the exception's name (e.g. java.lang.NumberFormatException). I can detect ERRORLEVEL GT 0, but I'd like to report a finer level of detail than "something bad...
  2. H

    How to? How can I say "if the command separator is not ~ then setdos /C~"

    If someone using one of my scripts happens to have the command separator set to, say, ~ then when my script says setdos /C~ the response is The parameter is incorrect. "/C" because the ~ already is the command separator. Since the %+ pseudovariable is no longer supported, how can I say "if the...
  3. H

    Behavior change re piping a string to a Java program

    Never mind. That behavior was occurring because I had checked the "Unicode output" box. Unchecking it restored the desired behavior.
  4. H

    Behavior change re piping a string to a Java program

    Hi. The attached zip contains a trivial Java program that reads a line of text from STDIN and echoes it in quotes to STDOUT. In TCC 25.00.11, this command: echo bar|java Foo produces "bar" In TCC 26.00.24, the same command produces "b a r " Anyone know why the difference?
  5. H

    Sudden "registration expired" notice

    It was my error: my key was for tcmd, not tcc. Installing tcmd 22.0.40.0 went a-ok.
  6. H

    Sudden "registration expired" notice

    Done.
  7. H

    Sudden "registration expired" notice

    I'm afraid that build 40 produces "The activation key xxxx...xxx does not correspond to version 22.0." when I enter the activation key that I received a few months ago. I tried the "Computer Bound Key" that was generated today and it produced "The activation key xxxx...xxx was not found on the...
  8. H

    Sudden "registration expired" notice

    Nothin' like an outage to drive home how dependent one can be on one's tools.
  9. H

    Sudden "registration expired" notice

    Exact same thing happened to me, in fact at approximately the same time (~15:00 Eastern Time). Hmmmm. I tried getting a "Computer Bound Key" - no joy. uninstalling w/Revo, advanced and reinstalling - no joy. entering the "Computer Bound Key" while disconnected from the network - no joy. In...
  10. H

    Fixed ... MSVCR120.dll is missing from your system ...

    That fixed it. Thanks very much.
  11. H

    Fixed ... MSVCR120.dll is missing from your system ...

    I just installed TCMD x64 v19.1.31.0 on a fresh Windows 8.1 install. When I run it I get two error popups: Title: CXTPFrameShadowManager::CWtsEventListener: tcmd.exe - System Error Text: The program can't start because MSVCR120.dll is missing from your computer. Try reinstalling the program to...
  12. H

    tcc 16 for in mystery, connected to setdos and/or else clause

    Yeah, I know: another crazy user :-). Please bear with me. This btm file ... setlocal :: setdos /c%=@ for %k in (%1) do ( iff "foo" == "foo" then echo if says "%k" else echo else says "%k" endiff ) endlocal ... works as expected in TCC 16, producing this output: TCC 16.03.55 x64...
  13. H

    Installing to a different machine

    Please deactivate DH-35727 and DHABERMEHL1 Thanks!
  14. H

    Installing to a different machine

    Hi Rex. Can you please tell me which machines I've activated TCMD on, so that I can tell you which to deactivate? Thanks, David Habermehl
Back
Top