perforce.bat
来自「非常好用的代码比较工具」· Batch 代码 · 共 8 行
BAT
8 行
::Perforce.bat
::
:: Batch file to launch Merge file comparisons for Perforce resolve operations.
::
:: http://www.perforce.com/perforce/technotes/note047.html
::
"d:\Program Files\Araxis\Araxis Merge 2001 Professional Evaluation\compare.exe" /wait /a1 /title1:"Ancestor (merge here)" /title2:"Theirs" /title3:"Yours %3" /3 %1 %2 %3 %4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?