Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 3799

TC11.x bug reports (English) • Re: [TC 11.03] Trying to open custom app for diff yields an error

$
0
0
Add one set of quotes around the whole command to make it work properly, e.g.

Code:

Editor="C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe "%1""
Not sure if CompareTool can contain parameters though. If it doesn't you can use a small wrapper script as CompareTool. Maybe something like this:
phpstorm_diff.cmd:

Code:

@echo offsetlocalset "diff=%UserProfile%\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe"call "%diff%" diff %*endlocal
Parameters will automatically be passed through as is.

Statistics: Posted by Dalai — 2024-12-07, 14:40 UTC



Viewing all articles
Browse latest Browse all 3799

Trending Articles