Posted: 24.02.2023 18:30
Cannot get it to work. This is the error I get in the output panel:
The path to my WinMerge should be correct, because this works in External Tools:
And this is my entry in the field Diff command:Traceback (most recent call last):
File "D:\Toolbox\CudaText\py\cuda_backup_file\cd_bk.py", line 350, in copy_bk_or_compare
subprocess.Popen(diff, shell=vrn_data['dfsh'])
File "subprocess.py", line 858, in __init__
File "subprocess.py", line 1311, in _execute_child
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
ERROR: Exception in CudaText for copy_bk_or_compare: FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
Code: Select all
"{App_Drive}\Toolbox\WinMerge\WinMergePortable.exe" "{COPY_PATH}" "{FILE_PATH}"
Code: Select all
Filename: {AppDir}..\..\WinMerge\WinMergePortable.exe
Parameters: "{FileName_g1}" "{FileName_g2}"