Welcome!

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

SignUp Now!

The v36 tcc-rt binary does not contain version info that @verinfo can display.

From my Windows 10 system;

Code:
C:\...\TCC_RT_36>which @verinfo
@verinfo is an internal variable

C:\...\TCC_RT_36>echo %@verinfo["C:\Program Files\JPSoft\TCC_RT_36\tcc.exe"]
36.01.55

Joe
 
The FileInfo command from the FileUtils plugin does show the version from the installer;
Code:
E:\...\v36>fileinfo tcc-rt.exe
E:\Downloads\tcmd\v36\tcc-rt.exe

    “TCC-RT 36 Setup” — (no version)

    “Application”  (.EXE)

    18,166,744 bytes     17.33 megabytes

    Created:   Tue 2026-04-07  10:53:17
    Modified:  Thu 2026-06-25  16:49:12
    Accessed:  Thu 2026-06-25  17:17:24

    Attributes:  Archive
    File owner:  DESKTOP-LFBF7P3\jlcav

    CRC-32 :  8101EAFC
    MD5    :  01A30E42A15D7CF43100C67FD8FE7E9D

    Executable type ......... Windows 32-bit

    Product Name ............ TCC-RT 36
    Version (binary) ........ 0.0.0.0
    Product Version ......... 36.01.55
    Company Name ............ JP Software Inc.

1 matching file found.

Joe
 
No zeros in the TCMD.EXE installer file.

Code:
R:\>fileinfo tcmd.exe
R:\tcmd.exe

    “Take Command 36 Setup” — 36.50.65

    “Application”  (.EXE)

    60,397,064 bytes     57.60 megabytes

    Created:   Thu 2026-06-25  16:38:41
    Modified:  Thu 2026-06-25  16:38:45
    Accessed:  Thu 2026-06-25  17:44:41

    Attributes:  Archive
    File owner:  BUILTIN\Administrators

    CRC-32 :  8ADD8550
    MD5    :  FB48FF13E09AD7323BBBFD49FCFDF068

    Executable type ......... Windows 32-bit

    Product Name ............ Take Command 36
    Version (binary) ........ 36.50.65.0
    Product Version ......... 36.50.65
    File Version ............ 36.50.65
    Company Name ............ JP Software, Inc.

1 matching file found.

Joe
 
Back
Top