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 clio

  1. C

    WAD Bug in %@FINDFIRST function with multiple wildcards

    Thanks for the solution! I made it file-specific (/a:-d), tried it, and found something interesting.... It doesn't seem to work with files with % in the name. I guess that's not surprising. I hate those files. My personal solution was sooooooooooooooooooooooooooooooooooooooooooooooooooooo...
  2. C

    Change percent-sign to anything-else in filename

    I just came here to try to find a way to set an environment variable to a filename that starts with % 30 yrs using this command line and i just can't, haha
  3. C

    WAD Bug in %@FINDFIRST function with multiple wildcards

    but yea, basically I was using: set FIRST_FILE=%@FINDFIRST[%MASK%] And I guess, misunderstanding what FINDFIRST actually does.
  4. C

    WAD Bug in %@FINDFIRST function with multiple wildcards

    How perceptive. I do believe you are correct and this is a matter of misshapen intent or misunderstanding on my part. Basically, I'm trying to do the equivalent of clicking the first image file in the folder. The one that the "tab" would filename-complete to (assuming all images are executable...
  5. C

    How can we display unicode characters? Other posts here don't seem to answer

    I guess... which code page should i switch to? I know about the utility to do so and have played with it before, i just never reached a happy place.
  6. C

    How can we display unicode characters? Other posts here don't seem to answer

    I believe the filenames are Japanese. (The example I chose was a set of anime soundtracks.)
  7. C

    How can we display unicode characters? Other posts here don't seem to answer

    OMG thank you for such a quick response! Even though I've been using this command line since the NDOS.COM days in 1988, I'm actually still not sure precisely what this question is asking. It's a TCC.exe window. The window has a title bar that can be clicked for options, and the options has a...
  8. C

    filemasks over 172 characters fail

    So.... What is the procedure for getting this fixed, anyway? Is my post here sufficient, or do I need to make an official bug report or something?
  9. C

    filemasks over 172 characters fail

    It took me awhile to build up to finding this error. I gradually started maintaining environment variables for different kinds of files; it has made life easier. I'm just sharing this part for pure fun. The order is approximately from least complex kind of file to most complex kind...
  10. C

    WAD Take Command ignoring my application-extension associations

    I came here for the perl solution. It appears to be, "type option, uncheck perl, restart TCMD - don't believe it's lies about applies!" ;)
  11. C

    filemasks over 172 characters fail

    I have a machine with v15 and a machine where a v19 trial was attempted. Ran into bug immediately - Am running script that collects all images and videos into a single filelist. I use environment variables for my filemasks.... So: dir /b %FILEMASK_IMAGE%;%FILEMASK_VIDEO% >filelist.txt Which...
  12. C

    Output continues after Ctrl-Break

    The enter key thing was user error - apparently, after hitting Windows-D to peek at desktop, and hitting it again to restore - in my case, focus granted to the TCC is not enough for typing to reach it. I must actually alt-tab back into it - mouse-clicking it is no longer good enough. Of course...
  13. C

    Output continues after Ctrl-Break

    I've also been getting errors where the enter key doesn't work. It works fine. I walk away. I come back. It doesn't work. Every other key works. The enter key simply produces a beep. I have to re-open a new window. All this happened when I upgraded from 5.x to 12.x, but hey, what are we up to...
  14. C

    Insert/Overwrite

    I put CPU usage into my prompt :)
  15. C

    Output continues after Ctrl-Break

    I actually don't use the tabs. I'm sorry I didn't catch what was meant by tab when it was first mentioned in this discussion, but I didn't know that's what they were talking about because I never use tabs. My control keys work. I use them a lot. No key is mapped. I mentioned that already...
Back
Top