Dear Colleague,
With the v7 update, unfortunately, only a portion of the configured external editor programs are functioning.
To gather information, we conducted numerous tests.
In several cases, instead of .exe
files, we used .bat
or .cmd
files to pass additional parameters, which would then call the appropriate program’s .exe
file with parameters, e.g., C:\Program Files (x86)\Far2\Far.exe" /e "%~1
.
The primary reason for this is that within BS, only a direct file (such as an .exe
) can be specified for an external editor, but parameters cannot be added. Therefore, it is necessary to call the required program with complete commands in a .bat
file.
In v6 BS, calling .bat
files worked perfectly. However, in v7, it seems that .bat
files are not being executed at all. We suspect this because we attempted to log the execution process to see what happens, but nothing occurs.
We tried calling Python scripts, converting .bat
files to .exe
, and running BS in administrator mode, but all attempts failed.
My question is whether you could investigate what has changed in v7 compared to v6 regarding external editor launches so that we can determine what solutions are available for running custom files, such as .bat
.
Thank you,
Ernő Kovács