Add the description as default TC comment

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Add the description as default TC comment

Post by *eugensyl »

According to my wish list for the new year (2010) I have a small one:

Add the description and version of .exe files as default TC editable comment, or make this optionally.

Maybe a plug-ins can solve this problem.

I know, this option can slow down old computers.
My Best Wishes,

Eugen
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

No one program can change version of another program w/o patching its executable... And what description did you mean?
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

MVV wrote:No one program can change version of another program w/o patching its executable... And what description did you mean?
It's about FileDescription or ProductName and FileVersion for exe files.
Now I copy by hand (copy / paste) this information from properties.
I want to copy those informations as comment because I often rename exe files.

It is a standalone add-on named TCEditCommentExtended but 8/41 antivirus report as virus this file.

Something like this can be a small improvement inside TC, by design.
My Best Wishes,

Eugen
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

You can set the file comment by the change attributes dialog. Use File Descriptions plugin to read the version and description of your executabale file. The following example code goes to wincmd.ini

Code: Select all

[attrplugin]
filedesc=tc.comment := "[=filedesc.Version info.File description]"
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

tbeu wrote:You can set the file comment by the change attributes dialog. Use File Descriptions plugin to read the version and description of your executabale file. The following example code goes to wincmd.ini

Code: Select all

[attrplugin]
filedesc=tc.comment := "[=filedesc.Version info.File description]"
Thank you! I know.

But this doesn't add the comment to TC comment file (descript.ion). Optionally, of course, with a mask.

Actually I have a lot of drivers self-extract archives and now it's hard to identify what kind of driver is inside, but the comment show exactly what is for.

Instead of your example I want [=tc.Comment] filled automatically with [=filedesc.Version info.File description] .


-----------
The coin was down during this post reply! :lol:
TC already have this option.

cm_SetAttrib - Add attibute - [=filedesc.Version info.File description]

My little wish is already done. Thank you Mr. Ghisler!
My Best Wishes,

Eugen
Post Reply