TC ignores /i switch if using colon instead of equal sign
Moderators: Hacker, petermad, Stefan2, white
TC ignores /i switch if using colon instead of equal sign
TC ignores /i command line switch if IniFileName parameter is present in registry.
I wanted to test "clean" install by specifying /i in command line, but TC ignored it until I removed IniFileName from the registry.
Tested 8.0 and 8.1 (32 and 64 bit) on Windows 7 64 bit.
P.S. Seems like TC totally ignores /i (even if IniFileName is not present in the registry). Am I doing something wrong? Can someone try it?
I wanted to test "clean" install by specifying /i in command line, but TC ignored it until I removed IniFileName from the registry.
Tested 8.0 and 8.1 (32 and 64 bit) on Windows 7 64 bit.
P.S. Seems like TC totally ignores /i (even if IniFileName is not present in the registry). Am I doing something wrong? Can someone try it?
Last edited by Valentino on 2012-08-07, 08:53 UTC, edited 1 time in total.
2Valentino
You have to use full path to the .ini file
You have to use full path to the .ini file
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
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
No need for Christian !Valentino wrote:The problem was that I used colon instead of equal sign
C:\TotalCmd\TotalCmd.exe /i:c:\TotalCmd\config\qqq32.ini
->
C:\TotalCmd\TotalCmd.exe /i=c:\TotalCmd\config\qqq32.ini
Christian, you may consider this as a suggestion.
Moderators, please move the topic.
It works as the help file says.
He is not responsible for non reading of the relevant help.
Come on, guys, don't be funny asking not to do this because it will not make you any harm. If you ask not to do this, be consistent, ask to remove configurability at all because it allows to fit TC for every user.
Console apps show error message if they cannot recognize the param but TC just ignored it, that's why it was confusing. I think it's not only easier to implement (too strong word for such feature, isn't it?) colon recognition, but also more user friendly, than showing error message.
Just imagine, you're solving some interesting global problem (like saving the world, for example), you're full of momentous ideas, you're excited, your thoughts are fast as lightning and then you stumble over some minor thing and have to come down to earth, your inspiration is lost...
Anyway, this does not mean that I will insist on implementing it but I'm allowed to make suggestions, isn't it?
Console apps show error message if they cannot recognize the param but TC just ignored it, that's why it was confusing. I think it's not only easier to implement (too strong word for such feature, isn't it?) colon recognition, but also more user friendly, than showing error message.
Just imagine, you're solving some interesting global problem (like saving the world, for example), you're full of momentous ideas, you're excited, your thoughts are fast as lightning and then you stumble over some minor thing and have to come down to earth, your inspiration is lost...

Anyway, this does not mean that I will insist on implementing it but I'm allowed to make suggestions, isn't it?

I completely agree with this suggestion and would like to add one more additional way in addition to the equal sign and colon - colon, followed by a dash followed by a capital P.
Roman
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
Not sure about colon but many console apps I've used had no problems with spaces, so:
Code: Select all
C:\TotalCmd\TotalCmd.exe /i c:\TotalCmd\config\qqq32.ini
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
BTW some apps don't use any separator at all, so following may be useful too.

Code: Select all
C:\TotalCmd\TotalCmd.exe /ic:\TotalCmd\config\qqq32.ini