Problem:
When the "Use existing ConEmu window if avaliable" option is enabled, and the first tab in ConEmu already is launched the temporary file (e.g., C:\Temp\CMDxxxx.tmp) for %L is not created. As a result, the console application in ConEmu reports an error indicating that it cannot find the temporary file.
Example of button configuration in Total Commander:
Code: Select all
TOTALCMD#BAR#DATA
cmd /k type
%L
imageres.dll
-1
The temporary %L file should be created correctly in any new ConEmu tab, regardless of the shell in the first tab or the status of the "Use existing ConEmu window if avaliable" option.
Question:
Is there a way to resolve or work around this issue so that the %L temporary file is always created correctly with ConEmu’s "Use existing ConEmu window if avaliable" option enabled?
Image: https://i.imgur.com/29H3672.gif