Add one set of quotes around the whole command to make it work properly, e.g. 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:Parameters will automatically be passed through as is.
Code:
Editor="C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe "%1""
phpstorm_diff.cmd:
Code:
@echo offsetlocalset "diff=%UserProfile%\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe"call "%diff%" diff %*endlocal
Statistics: Posted by Dalai — 2024-12-07, 14:40 UTC