Here you can propose new features, make suggestions etc.
Moderators: Hacker , petermad , Stefan2 , white
StatusQuo
Power Member
Posts: 1524 Joined: 2007-01-17, 21:36 UTC
Location: Germany
Post
by *StatusQuo » 2007-04-23, 18:53 UTC
HISTORY.TXT wrote: 07.06.06 Added: wincmd.ini [Configuration] AppendLnk=1 -> TC creates lnk file names in the form file.ext.lnk instead of file.lnk (Ctrl+Shift+F5)
Is it possible to have this feature in the packer-dialog, too?
Actually with Alt-F5
on a single file I get:
Instead I'd like to get:
With GZ this is already implemented:
Is there a way to have this behaviour with the other packers, too?
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
jb
Senior Member
Posts: 412 Joined: 2003-02-09, 22:56 UTC
Location: Switzerland
Post
by *jb » 2007-04-24, 05:37 UTC
I would also welcome that feature when file name extensions were appended generally (as with AppendLnk=1) instead of replaced to prevent loss of information. So the option AppendLnk might be renamed to AppendFileNameExtension.
StatusQuo
Power Member
Posts: 1524 Joined: 2007-01-17, 21:36 UTC
Location: Germany
Post
by *StatusQuo » 2008-01-14, 18:41 UTC
I now wrote an AHK workaround for this, auto-suggesting a context sensitive name:
wiki: AppendLnk option for packing (plus: Automatically assign name for archive) .
Code: Select all
; // Resulting archive name:
; // - if only 1 file selected -------------------- : zip:filename.ext.zip (*.*.zip)
; // - if multiple files / same name selected : zip:filename.zip ( *.zip)
; // - if multiple files / different names selected : zip:dirname.zip (as suggested by TC)
It would be much more convenient to have this natively in TC, of course.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
StatusQuo
Power Member
Posts: 1524 Joined: 2007-01-17, 21:36 UTC
Location: Germany
Post
by *StatusQuo » 2008-01-29, 02:44 UTC
FYI: Updated to version 1.03 in the meantime (faster and more reliable)...
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
StatusQuo
Power Member
Posts: 1524 Joined: 2007-01-17, 21:36 UTC
Location: Germany
Post
by *StatusQuo » 2009-08-26, 19:21 UTC
Updated to work with TC 7.50 (rc1) now (changed control names).
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!