[11.03] Sudden "No more files..." error
Moderators: Hacker, petermad, Stefan2, white
[11.03] Sudden "No more files..." error
1. Put TC into the folder with spaces. Let it be like this one: "C:\Portable\Total Commander\"
2. Ensure that you have Editor=%COMMANDER_PATH%\AkelPad.exe in wincmd.ini
3. Create the file without extension "C:\Portable\Total". Just the same as the directory, but cut the path on the first space.
4. Now try to hit F4 on any file. See an error message: file not found, path to Akelpad, no more files.
Found this on TC 11.03 (any bit-s) and Win10. Older versions may be affected too, did not test them. This needs fix.
2. Ensure that you have Editor=%COMMANDER_PATH%\AkelPad.exe in wincmd.ini
3. Create the file without extension "C:\Portable\Total". Just the same as the directory, but cut the path on the first space.
4. Now try to hit F4 on any file. See an error message: file not found, path to Akelpad, no more files.
Found this on TC 11.03 (any bit-s) and Win10. Older versions may be affected too, did not test them. This needs fix.
Ukrainian Total Commander Translator. Feedback and discuss.
Re: [11.03] Sudden "No more files..." error
If your %COMMANDER_PATH% contains spaces, quote the whole path
Editor="%COMMANDER_PATH%\AkelPad.exe" "%1"
same as with:
Editor="C:\Portable\Total Commander\AkelPad.exe" "%1"
In wincmd.ini this looks like this (relative path for sub-folder is enough):
Editor=""Tools\NotePad2\notepad2.exe" "%1""
Editor="%COMMANDER_PATH%\AkelPad.exe" "%1"
same as with:
Editor="C:\Portable\Total Commander\AkelPad.exe" "%1"
In wincmd.ini this looks like this (relative path for sub-folder is enough):
Editor=""Tools\NotePad2\notepad2.exe" "%1""
Re: [11.03] Sudden "No more files..." error
1. Confirmed
2. Ensure that you have Editor=%COMMANDER_PATH%\AkelPad.exe in wincmd.ini
isnt needed my configed editor:
3. Also with this strange configuration I cant edit any text-files with F4 as the error msg always pops up instead
Pressing enter on a text file gives me the win default dialog asking which prg to use to open the file
and every internal assiocation doesnt work.
@Stefan2:
1. Editor="%Commander_Path%\Tools\Text\Win32Pad\TedNPad.exe" doesnt change a thing
2. why the unneeded %1 in the editor line
2. Ensure that you have Editor=%COMMANDER_PATH%\AkelPad.exe in wincmd.ini
isnt needed my configed editor:
Code: Select all
Editor=%Commander_Path%\Tools\Text\Win32Pad\TedNPad.exe
Code: Select all
Total Commander
---------------------------
Datei nicht gefunden!
C:\Portable\Total Commander\Tools\Text\Win32Pad\TedNPad.exe
"Es sind keine weiteren Dateien vorhanden."
---------------------------
and every internal assiocation doesnt work.
@Stefan2:
1. Editor="%Commander_Path%\Tools\Text\Win32Pad\TedNPad.exe" doesnt change a thing
2. why the unneeded %1 in the editor line

Hoecker sie sind raus!
Re: [11.03] Sudden "No more files..." error
Ah. Something more. I forgot to say that double quoting of akelpad.exe path does not change anything. I've tested that too, no difference there.
Ukrainian Total Commander Translator. Feedback and discuss.
Re: [11.03] Sudden "No more files..." error
p.s.
I have also got errors on reading .cab files (I have "multiarc.wcx + mscab.exe" installed and configed). I think that it is also has the same reasons...
I have also got errors on reading .cab files (I have "multiarc.wcx + mscab.exe" installed and configed). I think that it is also has the same reasons...
Ukrainian Total Commander Translator. Feedback and discuss.
Re: [11.03] Sudden "No more files..." error
2MaxX
Does it work if you don't use %COMMANDER_PATH% ?
I.e:
Editor=C:\Portable\Total Commander\AkelPad.exe
or
Editor="C:\Portable\Total Commander\AkelPad.exe"
Does it work if you don't use %COMMANDER_PATH% ?
I.e:
Editor=C:\Portable\Total Commander\AkelPad.exe
or
Editor="C:\Portable\Total Commander\AkelPad.exe"
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [11.03] Sudden "No more files..." error
Manually editing the INI file:MaxX wrote: 2024-03-23, 05:41 UTC Ah. Something more. I forgot to say that double quoting of akelpad.exe path does not change anything. I've tested that too, no difference there.
Pay utmost attention to the number and placement of double quotes. If you edit the INI file manually, it doesn't work if you place just a "simple" pair of double quotes. Instead, you need to "nest" pairs of double quotes in the Editor INI file setting. It has to look like this in the INI file:
Code: Select all
Editor=""%COMMANDER_PATH%\AkelPad.exe""
If you also need to specify the %1 parameter for some reason
Code: Select all
Editor=""%COMMANDER_PATH%\AkelPad.exe" "%1""
It seems surrounding the %1 with double-quotes doesn't seem to be necessary (although i haven't tested this exhaustively), so if you are feeling so inclined, you could perhaps also put this in your INI file:
Code: Select all
Editor=""%COMMANDER_PATH%\AkelPad.exe" %1"
After editing the INI file manually, restart TC to make sure the edited setting(s) really take effect.
Using the configuration dialog:
If you use the config dialog in TC instead of manually editing the INI file, input exactly this in the config dialog:
Code: Select all
"%COMMANDER_PATH%\AkelPad.exe"
And with the %1 parameter quoted (the double-quotes surrounding the %1 might not be necessary, though):
Code: Select all
"%COMMANDER_PATH%\AkelPad.exe" "%1"
If you place the double-quotes correctly, it will work.
Last edited by gdpr deleted 6 on 2024-03-23, 21:13 UTC, edited 5 times in total.
Re: [11.03] Sudden "No more files..." error
^
the %1 is NOT needed there at all.
Hoecker sie sind raus!
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [11.03] Sudden "No more files..." error
You're right. I edited my previous comment.
Re: [11.03] Sudden "No more files..." error
2Sir_SiLvA
When setting the editor via GUI TC adds the "%1" parameter and IIRC there's a reason it does that. Unfortunately I can't remember the specifics. And yes, usually everything works just fine without it.
When setting the editor via GUI TC adds the "%1" parameter and IIRC there's a reason it does that. Unfortunately I can't remember the specifics. And yes, usually everything works just fine without it.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: [11.03] Sudden "No more files..." error
After 20 years I used the gui and you are right it does so but still there should be no reason to add the %1 imhoDalai wrote: 2024-03-23, 19:41 UTC 2Sir_SiLvA
When setting the editor via GUI TC adds the "%1" parameter and IIRC there's a reason it does that. Unfortunately I can't remember the specifics. And yes, usually everything works just fine without it.

Hoecker sie sind raus!
Re: [11.03] Sudden "No more files..." error
Maybe these explains it:
viewtopic.php?p=437663#p437663
viewtopic.php?p=437663#p437663
history.txt wrote:07.07.23 Fixed: cm_Edit, or Shift+F4 new file: Opening the editor failed if it was provided in double quotes, e.g. "c:\path\editor.exe" (32/64)
16.06.23 Fixed: F4 edit: On 64-bit Windows, always pass long name (not DOS name) to editor when no parameter is given (use %1 for short DOS name) (32/64)
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: [11.03] Sudden "No more files..." error
Well, trying double+double quoting makes the diffrence but does not answer the main problem.
Are there any similar places to get the same issue? E.g., any packer's paths or anything else...
Are there any similar places to get the same issue? E.g., any packer's paths or anything else...
Ukrainian Total Commander Translator. Feedback and discuss.
Re: [11.03] Sudden "No more files..." error
Very good questionAre there any similar places to get the same issue?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [11.03] Sudden "No more files..." error
When reading from ini files, Windows removes any surrounding double quotes, e.g.
Editor="%COMMANDER_PATH%\AkelPad.exe" "%1"
-> %COMMANDER_PATH%\AkelPad.exe" "%1
Editor=""%COMMANDER_PATH%\AkelPad.exe" "%1""
-> "%COMMANDER_PATH%\AkelPad.exe" "%1"
Editor="%COMMANDER_PATH%\AkelPad.exe" "%1"
-> %COMMANDER_PATH%\AkelPad.exe" "%1
Editor=""%COMMANDER_PATH%\AkelPad.exe" "%1""
-> "%COMMANDER_PATH%\AkelPad.exe" "%1"
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com