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 krischik

  1. krischik

    How to access array elements?

    Ten years later and still no information on how to use arrays?
  2. krischik

    Done Redirect to a variable

    Now all I have to find some examples on how to use arrays. All I found is how to declare, unset arrays and get infos on arrays. But not nothing in the help on how to actually make use of arrays. :-( Even something simple as accessing the first element is not described.
  3. krischik

    Take Command opens with (almost) white screen and then hangs

    Yes, I copy my TCMD.INI from one computer to the next. TCC on it's own works fine and can load the TCMD.INI. It just tells me I only got now 27 days for testing. I give /N a try.
  4. krischik

    Take Command opens with (almost) white screen and then hangs

    Yesterday I installed Take Command on a new computer. It worked fine yesterday but today it hangs after asking for the registration data. I didn't register yesterday and now I can't any more as only a an (almost) white screen is displayed and then hangs. After a while the “Application doesn't...
  5. krischik

    WAD Tee printing Chinese characters

    Interesting. But how come that it works with alias tee=C:\cygwin\bin\tee.exe? That is: replacing the build in TEE with an external app from cygwin?
  6. krischik

    WAD Tee printing Chinese characters

    I have already given a correct example: The second code, not using tee is correct. I guess I should have made it more clear that this is the expected output. I am surprised that this should make a difference. TEE normally does not need to know the encoding as TEE should just take the standard...
  7. krischik

    WAD Tee printing Chinese characters

    When I pass output through tee all sorts of chinesse characters appear. adb logcat | tee remote.logcat...
  8. krischik

    Done Working UTF-8 Support

    Can't speak for others but I don't need UTF-8 everywhere. I just need UTF-8 console output to print out properly.
  9. krischik

    Done Working UTF-8 Support

    But that won't help for Maven and Subversion output. But it does show that there is still a problem with Unicode output in TakeCommand. And so my Suggestion for JP still stands: Do test unicode output more thorough and fix all bugs encountered.
  10. krischik

    Done Working UTF-8 Support

    Let me check. Does it make a difference when it is set in the TCMD.INI? [4NT] … UTF8Output=yes … Martin
  11. krischik

    Done Working UTF-8 Support

    Yes, a tall order. I develop a lot of Java software with lots of UTF-8 console output. Same goes for subversion when codepage 65001 is active. But output looks never looks right. So my suggestion: Please add UTF-8 output to your Martin
  12. krischik

    WAD DEL *.htm

    In Germany we have yet one more problem: Programs are installed in C:\Program Files — note the space — and then is is sometimes helpful to have C:\Progra~1 available. Still I might consider it.
  13. krischik

    WAD DEL *.htm

    Yep. That it. Thanks.
  14. krischik

    What could be slowing a "del /sxz" command?

    which in itself is not that much of a performance killer. But I have seen virus checkers checking files in the recycle bin. Very helpful. I use a script to delete directories: @ECHO OFF SETLOCAL DO I IN "%$" RENAME "%[I]" "%[I].DELETE" DETACH %[COMSPEC] /C ERASE /E /S /X /Y /Z /K...
  15. krischik

    WAD DEL *.htm

    Good that I did a /N: >del /N *.htm Lösche …\blank.htm Lösche …\blank.html Lösche …\index.htm Lösche …\index.html Lösche …\toc.htm Lösche …\toc.html 6 Dateien werden gelöscht I noticed this behaviour before. Has anybody got an explanation? And how do I delete the *.htm files without...
Back
Top