Hi,
When using the variables %windir% and %COMMANDER_PATH% in tab files or initially in the ini-file, they work.
see: http://ghisler.ch/board/viewtopic.php?t=16780&highlight=tab+commanderpath
But when saving it to a new tab the substituted dir is placed. But worse, in wincmd.ini the variable is overwritten by the actual path. That’s annoying.
Issue discovered by Dutch user. see: http://ghisler.ch/board/viewtopic.php?t=18246
tab-variables overwritten in wincmd.ini
Moderators: Hacker, petermad, Stefan2, white
- Rein de Jong
- Senior Member
- Posts: 394
- Joined: 2005-01-30, 20:26 UTC
- Location: NL
- Contact:
http://www.ghisler.ch/board/viewtopic.php?p=132303#132303
IcfuHISTORY.TXT wrote:02.09.07 Added: .tab files now also support environment variables like %temp% in path fields
This account is for sale
- Rein de Jong
- Senior Member
- Posts: 394
- Joined: 2005-01-30, 20:26 UTC
- Location: NL
- Contact:
2icfu
I know. You are referring to the same tread I do. But the variable %xxxx% is _overwritten_ with the actual path. Also when you do a save to .tab.
Try this in wincmd.ini
After a close and restart of TC it is changed to:
I know. You are referring to the same tread I do. But the variable %xxxx% is _overwritten_ with the actual path. Also when you do a save to .tab.
Try this in wincmd.ini
Code: Select all
[lefttabs]
0_path=%COMMANDER_PATH%
0_options=1|3|1|0|0|1|0
1_path=%windir%
1_options=1|3|1|0|0|1|0
activetab=2
Code: Select all
[lefttabs]
0_path=D:\Util\totalcmd\
0_options=1|3|1|0|0|1|0
1_path=C:\Windows\
1_options=1|3|1|0|0|1|0
activetab=2
- Rein de Jong
- Senior Member
- Posts: 394
- Joined: 2005-01-30, 20:26 UTC
- Location: NL
- Contact: