[11.03] Sudden "No more files..." error

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

User avatar
petermad
Power Member
Power Member
Posts: 14810
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [11.03] Sudden "No more files..." error

Post by *petermad »

When reading from ini files, Windows removes any surrounding double quotes
And Windows only does this if there are no unquoted characters after the last quotation mark:

Editor="%COMMANDER_PATH%\AkelPad.exe" "%1"
-> %COMMANDER_PATH%\AkelPad.exe" "%1
but:
Editor="%COMMANDER_PATH%\AkelPad.exe" "%1" /p
-> "%COMMANDER_PATH%\AkelPad.exe" "%1" /p

Same if there is unquoted characters before the first quotation mark
Editor=%COMSPEC% /C echo "%COMMANDER_PATH%\AkelPad.exe" "%1"
-> "%COMMANDER_PATH%\AkelPad.exe" "%1"
but:
Editor="%COMMANDER_PATH%\AkelPad.exe "%1"
-> %COMMANDER_PATH%\AkelPad.exe "%1"
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [11.03] Sudden "No more files..." error

Post by *ghisler(Author) »

Moderator message

Moved to will not be changed
Author of Total Commander
https://www.ghisler.com
Post Reply