阅读:4310回复:1
Thunderbird 免安装 = ThunderBirdPortable.BAT + Thunderbird 安装版
1.新增 资料夹 \ThunderBird 及 \ThunderBird\APP
2.将 ThunderBird安装到 资料夹 \ThunderBird\APP 之下 3.编辑 \ThunderBird\ThunderBirdPortable.BAT 内容如下: @echo off REM author : Mike Wang REM Blog : http://blog.sina.com.CN/tools241 REM Blog : http://blog.xuite.net/tools241 SET Var0=%0 IF '^%Var0:~0,1%'=='^"' SET Var0=%Var0:~1,-1% FOR /f "delims=" %%I in ("%Var0%") do Set TP=%%~dpI SET TP=%TP:~0,-1%\ REM 上列4行的写法 "不论资料夹是否含空格" 皆适用 for /f "tokens=1,2 delims=:" %%i in ("%TP%") do set d=%%i: %d% for /f "tokens=1,2 delims=:" %%i in ("%TP%") do set j=%%j cd %j% REM 上列4行的写法在Windows以系统管理员身份执行时,可自 %WinDir%\sys????? 回到程式本身的正确位置 REM Firefox 中文社区: www.firefox.net.CN/read-52083 REM Firefox TW社群: forum.mozTW.org/viewtopic.php?f=9&t=43948 REM 资料夹Profile 将储存个人的设定档( 做法与 Firefox 相同 ) start APP\ThunderBird.exe -profile Profile _____________________________________________________________________________________________ 注: 若已使用 Thunderbird 安装版, 则 profile 可能存放在 "C:\Documents and Settings\帐号\Application Data\Thunderbird\Profiles", 若自 "OutLook Express" 汇入邮件的 default 会存放在 "C:\Documents and Settings\帐号\Application Data\Thunderbird\Profiles\*.default\Mail\Local Folders\Outlook Express 汇入", 请至 "C:\Documents and Settings\帐号\Application Data\Thunderbird\" 将 Profiles 剪下, 贴到 \ThunderBird , 再将 Profiles 改名为 Profile ____________________________________ |
|
1楼#
发布于:2015-12-19 21:58
同理, 编辑 FirefoxPortable.BAT 档可将Firefox 安装版 改成 免安装, 请参考:
狂奔的火狐! Firefox 47 免安装 异空版 Flash Player+26元件(PE/Win简/繁/英一版通用) ==> https://www.firefox.net.cn/read-52082 |
|