1、下载并安装最新版本
compare beyond(https://www.scootersoftware.com/download.php)
2、查找目录
安装完成后,进入compare beyond安装目录(/Applications/Beyond Compare.app/Contents/MacOS/),将BCompare重命名为BCompare.real(等价于备份启动程序,然后通过命令启动备份程序,并删除注册信息,见下一步)
3、新建脚本BCompare
这里需要注意,新建脚本要注意权限问题,可能会遇到类似错误:
chmod: Unable to change file mode on BCompare: Operation not permitted
权限不足的时候,如果mac弹出提示给予权限即可,如果无法正确建立最好是到其他有权限的目录建立这个脚本,然后复制到之前的目录即可。可以使用vi或者nano工具。
vi BCompare
创建并打开脚本,键盘输入“i”进入编译模式,复制以下内容:
#!/bin/bash
# 删除注册信息
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
# 启动真实的Bcompare文件
"`dirname "$0"`"/BCompare.real $@
键盘“esc”键 退出编译模式,输入“:wq”保存并退出脚本
4、添加新建BCompare脚本权限
chmod a+x BCompare
如果遇到错误提示参考步骤3:
chmod: Unable to change file mode on BCompare: Operation not permitted
5、完成
编写脚本有问题的可以试试把这个文件直接放到软件目录,前提是先完成备份步骤2。
BCompare.zip
版权属于: 三三世界-百宝箱
本文链接: http://33f.net/refer/Mac_compare_beyound_usage_unlimited.html
本文最后更新于2024年04月02日 ,已超过263天没有更新,若内容或图片失效,请留言反馈。
本文允许转载,但请在转载时请以超链接或其它形式标明文章出处
@Doug Shume it's ok for me , you can post here.
Saved as a favorite, I like your website!
If some one wishes to be updated with hottest technologies after that he must be visit this site and be up to date daily.
Heello would you mind sharing which blog platform you're using? I'm planning to start my own blog in the near future but I'm having a tough time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then moost blogs and I'm looking for something completely unique. P.S Apologies forr being off-topic butt I had to ask!
Thanks to my father who shared with me regarding this webpage, this website is genuinely amazing.
Hi, I have an overflow of customers that I'd like to send to you but I want to make sure you can handle more leads, let me know if you'd like me to send you more info.
zh.us.to 有效
kms.03k.org 有效
kms.chinancce.com
kms.shuax.com 有效
kms.dwhd.org 有效
kms.luody.info 有效
kms.digiboy.ir 有效
kms.lotro.cc 有效
www.zgbs.cc 有效
cy2617.jios.org 有效
@ 权限问题,试试sudo 再加命令。
你好提示Permission denied 怎么办啊