Unpack to same directory

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

This is interesting, F9 here opens the foldertab menu (Options / Misc. / F9: Default command (no remapping)).
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

TC Help Keyboard layout wrote:
Key Action

F1 Help
F2 Reread source window
F3 List files
F4 Edit files
F5 Copy files
F6 Rename or move files
F7 Create directory
F8 Delete files
F9 Activate menu above source window (left or right)
F10 Activate left menu or deactivate menu
Actually here F9 opens when left Panel is active the first menu entry (here 'Dateien' ) and when the right panel is active the last menu entry ( here 'restart').

http://img150.imageshack.us/img150/7025/f90lf.jpg

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Here is mine after pressing F9:
http://img396.imageshack.us/img396/9139/sshot16qz.png
Interesting.
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Autohotkey? ;)
Try suspend and pause your script and test again.


sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Sheepdog
No, no, that was the first thing i tried.
I switched to Linux, bye and thanks for all the fish!
User avatar
Sam_Zen
Power Member
Power Member
Posts: 700
Joined: 2005-02-08, 22:59 UTC
Location: NL
Contact:

Post by *Sam_Zen »

I don't see the problem here. Just put the same path at the side of the destination by re-reading the drive of the source side there.
0.618033988
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

SanskritFritz wrote:2Sheepdog
No, no, that was the first thing i tried.
Then maybe try totalcmd.exe /i=.\test.ini? ;)

It would be really strange if ther were nothing changed.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
petermad
Power Member
Power Member
Posts: 16144
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

I can confirm Sheepdogs observations (Win XP SP2)
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Sheepdog
Then maybe try totalcmd.exe /i=.\test.ini?
Well, that did the trick! So I confirm what you are saying. Interesting, i wanted to find out where F9 is defined in my current config, and couldnt find it. Here is my relevant section, maybe you find the übeltäter:

Code: Select all

[Shortcuts]
F2=cm_RenameOnly
C+H=cm_ShowOnlySelected
C+DEL=cm_ShowOnlySelected
CS+C=cm_CopyFullNamesToClip
C+Y=cm_OpenDrives
S+ESC=cm_visButtonbar
A+F5=cm_PackFiles
CA+F5=cm_PackFiles
C+S=cm_SyncChangeDir
S+F6=cm_RenMov
F10=cm_DirTabsShowMenu
C+1=cm_srcactivatetab1
C+2=cm_srcactivatetab2
C+3=cm_srcactivatetab3
C+4=cm_srcactivatetab4
C+5=cm_srcactivatetab5
C+6=cm_srcactivatetab6
C+7=cm_srcactivatetab7
C+8=cm_srcactivatetab8
C+9=cm_srcactivatetab9
CS+A=cm_ClearAll
A+HOME=cm_GoToFirstFile
CS+F2=cm_SrcCustomViewMenu
CS+H=cm_SwitchHidSys
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Here it is:

Code: Select all

[shortcuts]
F9=3009
It's in the second 'shortcuts' section. ;) :lol:

Seriosly I guess indeed ther is a second one.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Sheepdog
Second thing I did was search in wincmd.ini for F9.
Yes, in the correct one ;-)
Yes, there is only one wincmd.ini around :twisted:
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Is there an entry in section
[User]
keyXX=

Thats a shorcut, too.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Nope :shock:
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Would you mind to send your wincmd.ini?

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Mail sent. 2Sheepdog
I switched to Linux, bye and thanks for all the fish!
Post Reply