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 Niwotian60

  1. N

    Python 3.8.2 Support in 26?

    How long has that been the case? The v25 help for PYTHON reads:
  2. N

    Python 3.8.2 Support in 26?

    I received the upgrade notification for v26 and I see that it now supports python 3.8.2 but I don't see that version available on the ActiveState web page. Has TCC moved to a different python backend? That has been the only reason I haven't used the embedded python support but if it supports the...
  3. N

    Fixed v22b39 expired?

    Another "me too". Hopefully this gets fixed ASAP because my build scripts are currently unusable.
  4. N

    Fixed Strange dir behavior

    Thanks again, Vince! I'm not trying to figure out how to do what I need (that was never a problem). I'm simply trying to understand why "dir abc /s" would list the contents of the first subdirectory that contains an "abc" element and then list most (but seemingly not all) subdirectories...
  5. N

    Fixed Strange dir behavior

    Thanks, Vince. I wasn't actually planning on using dir as part of the utility (I'm actually writing the script in python). I was just trying to see how many of these subdirectories and how much space they were eating on my drives and got this behavior. I'm not even sure it isn't a problem on my...
  6. N

    Fixed Strange dir behavior

    I'm trying to write a script to delete all of the unnecessary installation subdirectories that steam usually leaves behind after a newly-installed program has completed its setup. Typically, these are found in a subdirectory off of each game's main directory named "_CommonRedist". The bug I'm...
  7. N

    Done Add display options to new HASH function

    Thank you for adding the /L switch! Much better now.
  8. N

    Done Add display options to new HASH function

    I just upgraded to v21 and I appreciate the new hash function but I think it would benefit from three additions: Add a switch for lowercase hex output. Most utilities (including Windows own built-in hash generator) and websites that provide hash values for verification list them in lowercase...
  9. N

    "View" settings still not remembered

    Apparently I didn't make myself clear. I know how to minimize the ribbon. I can click on the View->Minimize Ribbon checkbox and it does minimize the ribbon. But only for the duration of that session; the setting doesn't seem to persist. If I close TCC and restart it the ribbon bar reappears.
  10. N

    Build 46 Oddity

    I'm having the exact same issue. And it is definitely an annoyance; I use tcc to give me a powerful command line. I have never used the ribbon bar, the file explorer menu, etc.
  11. N

    "View" settings still not remembered

    I'm now seeing a similar problem. I prefer the toolbar ribbon minimized, but with the latest patch that option doesn't persist between launches of tcc. My specs are: TCC 19.10.46 x64 Windows 10 [Version 6.3.10586] TCC Build 46 Windows 10 Build 10586 [edit: I posted this in the related...
  12. N

    Fixed Problems with SHA256/384/512

    Thanks, Rex! Everything is working fine now.
  13. N

    Fixed Problems with SHA256/384/512

    There seems to be a problem with the builtin functions for SHA256, SHA384 and SHA512 running against filenames with embedded spaces. While the MD5 and SHA1 functions seem to work fine, SHA256 and SHA512 always return -1 and SHA384 doesn't even seem to exist as a function regardless of input. I...
  14. N

    Problem with 'do <var> /L ....' and spaces

    Thanks for the workaround -- I had already done something similar but hadn't thought about using a here-document. As for working as designed ... maybe. But I don't believe it is working as documented. The manual reads "once for every string literal in stringset" and a string literal is almost...
  15. N

    Problem with 'do <var> /L ....' and spaces

    I am using the do command with literal strings (/L) to automate some tasks. The problem I am having is that do insists on breaking up literal strings with embedded spaces, even if they are inside quotes ("") or %@quote[]. A simple example: do v /L abc "def ghi" jkl (echo %v) results in 4...
Back
Top