「用 AHK 打造自己的 Firefox Portable」的评论 http://inloveinparis.com/ahk-firefox-portable/ 分享免费、小巧、实用、有趣、绿色的软件 Wed, 27 Oct 2010 04:26:08 +0000 hourly 1 https://wordpress.org/?v=6.8.1 评论者:loll http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-72587 Wed, 27 Oct 2010 04:26:08 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-72587 直接加参数 -profile “Profiles” , 然后放U盘不就得了~折腾那么多!

]]>
评论者:pingod http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-63845 Thu, 24 Jun 2010 04:56:26 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-63845 摸风,完全看不懂

]]>
评论者:jecoso http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-35350 Fri, 27 Feb 2009 04:53:58 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-35350 回复给 sfufoet

@sfufoet, 谢谢

]]>
评论者:sfufoet http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-35303 Thu, 26 Feb 2009 15:33:36 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-35303 回复给 jecoso

@jecoso, portable 版本的功能上面有读者说到了。可能我忘记加双引号,导致无法识别带空格的路径。抱歉。

建议,用原文中的:

Firefox 有个启动参数:profile,利用这个参数,就可以实现 DIY 一个自己的 portable。怎么用呢?为 Firefox 新建一个快捷方式,然后,打开快捷方式的属性,在目标后面加上“[空格]-profile F:\Profiles”,如下图

]]>
评论者:jecoso http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-35302 Thu, 26 Feb 2009 14:49:54 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-35302 回复给 jecoso

@jecoso, 跟官方的portable版有什么差么?搞不懂了呵呵

]]>
评论者:jecoso http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-35301 Thu, 26 Feb 2009 14:48:35 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-35301 照着做了一下,启动firefox paveo portable后,FF中貌似读不到我的Profiles文件夹,是不是还缺点什么?
可以正常启动的。。。。

这种方法制作出来的FF,与普通的是不是没有什么差别?
我其实是想将FF放到MyDropBox上面,这样公司可以家里可以进行同步的
谢谢咯

]]>
评论者:jkc http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-26553 Sun, 05 Oct 2008 13:03:02 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-26553 回复给 TheDarkLord

我用AHK做的Firefox启动器,可以用来做便携版,可放在任何位置运行,可以用不同配置,可以设为默认浏览器.
这里可以下载编译好的软件,还有原代码:http://sites.google.com/site/jdchenjian

]]>
评论者:OYYZ http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-24472 Mon, 01 Sep 2008 09:14:02 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-24472 回复给 花乌鸦

放在目录名有空格的目录下就无法启动firefox,为什么需要在profile 参数后面加上引号?朋友能给个详细点解释吗?

]]>
评论者:sfufoet http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-21578 Fri, 04 Jul 2008 03:37:39 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-21578 回复给 花乌鸦

多谢提醒。

]]>
评论者:花乌鸦 http://inloveinparis.com/ahk-firefox-portable/comment-page-1/#comment-21575 Fri, 04 Jul 2008 03:03:29 +0000 http://inloveinparis.com/ahk-firefox-portable/#comment-21575 需要在profile 参数后面加上引号,否则放在目录名有空格的目录下就无法启动firefox,比如我的firefox在d:\program files\network\firefox,用博主的脚本就无法启动,做如下修改就可以了
run %A_ScriptDir%\firefox.exe -profile “%A_ScriptDir%\Profiles”

]]>