Portable Skype
Skpye 的資料(系統設定和聯絡人資料), 一向是放在 C:\Documents and Settings, 記得在比較早期的版本, 如果檔案遺失了, 有些聯絡人就會不見(後來應該是修正了), 不過還是覺得放在 C: 重灌之後很麻煩, 但 Skype 又不是 open source, 也不可能弄個 Firefox Portable. 不過前一陣子才發現原來 Skype 本身就內建 portable 的能力, 在哪裡看到的忘記了, 只把指令記下來了, 方式是寫個間單的批次檔 (i.e. skype.cmd), 內容如下:
@echo off
start skype.exe /datapath:"D:\Home\Dennys\Skype" /removable /NOSPLASH
start skype.exe /datapath:"D:\Home\Dennys\Skype" /removable /NOSPLASH
這樣子, Skype 的資料就會存在 D:\Home\Dennys\Skype 路徑下, 而不是 C:\Documents and Settings 了.
一些其他 Skype 的參數 (原文連結):
- /nosplash - do not display splash screen when Skype starts
- /minimized - Skype is minimized to system tray when it starts
- /callto:nameornumber - call the specified Skype Name or SkypeOut number
- /shutdown - close Skype
Skype 4.0 的新參數 (原文連結):
- /secondary - Allows you to start an additional skype.exe instance
- 瀏覽次數: 499



回應
發表新回應