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 Eric Pement

  1. Eric Pement

    After updating with the same newest installer v36.52.88 to activate EVERYTHING, EVERYTHING was downgraded

    There is a version difference between ES.EXE (the command-line interface to everything) and EVERYTHING (the GUI interface). Here is what I get with TCC v36.52.81, [c:\program files\jpsoft\tcmd36] [12:39] > es.exe -version 1.1.0.37 [c:\program files\jpsoft\tcmd36] [12:40] > *everything /v...
  2. Eric Pement

    Documentation SETDOS /F is pushed/popped by SETLOCAL/ENDLOCAL

    User-contributed notes were a major feature of PHP's documentation and remain to this day. I was a PHP programmer for a few years, and I think it was the expandable documentation and the involvement of the user community that helped to give PHP the edge over other web languages like ASP and Cold...
  3. Eric Pement

    How to? set /r

    "Nor can it be"?? In perl? Expanding the value of nested variables in perl is not automatic, but there are several ways to do it. You can read about this by running "perldoc perlfaq7" and searching for the question "How can I use a variable as a variable name?" You may have decided on another...
  4. Eric Pement

    How to display all TCC internal variables

    Thanks, everyone. Add these 4 to the list of Internal_Variables and Command_Variables. They are not anywhere else: %! Last argument of the previous command %? Exit code, last external program %_conpty 1 if running in a pseudoconsole; else 0 %errorlevel Exit code of...
  5. Eric Pement

    Why do pseudoconsoles eat Ctrl+Y ?

    I see that this is a new feature not in TCMD v35. My settings are: I checked the Help system, and the description is not very clear. It currently reads: It would be clearer if the description of each of these checkboxes said something like, "Right Ctrl Key, when checked, will {do this} ...
  6. Eric Pement

    How to display all TCC internal variables

    Is there a single command that will display a list of all TCC Internal variables, just like set (with no arguments) will display a list of all environment variables? I am willing to add a plugin to solve this.
  7. Eric Pement

    TCEdit - Save/Load Session

    My system shows the same type of error message when attempting to load a saved session.
  8. Eric Pement

    TEE resets text colors for previously displayed text to default colors

    Here is what I get. My background and foreground color scheme is the default.
  9. Eric Pement

    directory/folder completion not working on virtual drive

    RELEVANT NEWS for the problem of TAB-completion of partial directory names not working on a virtual drive with CBFS (file system) : This issue only appears for the internal TCC commands cd, cdd, pushd, copydir, movedir, rmdir, rd, and tree . . . BUT not for the internal TCC commands chdir...
  10. Eric Pement

    Why do pseudoconsoles eat Ctrl+Y ?

    After setting TCMD to run TCC v36.51 as a pseudoconsole (ConPTY), I find that when I run text editors like TDE (Thomson-Davis Editor) or g32.exe (the 32-bit console version of TSE Pro, The Semware Editor), I find that some of the control-keys no longer work inside the editor. For example...
  11. Eric Pement

    directory/folder completion not working on virtual drive

    That's good information. Here's some more: when I plug a 2TB USB drive into my desktop PC, which is formatted as exFAT, it becomes drive E: and the directory completion using TAB works normally, just as it works for the C: drive. It's that virtual drive P which isn't working as expected. Which...
  12. Eric Pement

    TCMD v.36: download page and update check says, build 77 is current but download is build 78

    Obviously, because the download page is not dynamically populated, but is a static page. Might be easier to use a cron job that runs every 6 hours, checks the version number of the setup file, and modifies the downloads page. That way, the page is almost always current and manual intervention...
  13. Eric Pement

    directory/folder completion not working on virtual drive

    1. The wildcard command to show directories works fine. All the top-level folders/directories appear with dir /a:d * 2. Tab-completion does not work with drive prefixes, unless no characters appear at the root level. For example, cd p:\<tab> completes and cycles through every directory, but cd...
  14. Eric Pement

    directory/folder completion not working on virtual drive

    I think I'm trying to do something pretty simple, and I know that it works in CMD, but it's not working in TCC. Maybe someone can suggest what I'm doing wrong. I have a virtual drive P (a cloud storage service virtual drive provided by pCloud), with folders in it. From a TCC prompt, if I type a...
  15. Eric Pement

    symbols chart

    Here is a batch/btm file I wrote to remind myself of special symbols, and where they are available. Hope someone finds it useful. If you find any errors or notable omissions, please let me know. @echo off TEXT Symbols in OEM (code pg 437), ANSI (Windows-1252), HTML, and UTF-8...
Back
Top