命令行实现Skype Portable绿色免安装便携2008.3.22TW海峡纪念钻石会员版
Posted | archive
网上无意中发现了skype.exe的命令行参数,所以可以轻易实现skype免安装便携版
This is a list of the command line parameters for Skype that I know of:
/nosplash Starts Skype without the splash screen.
/minimized Starts Skype minimized to the system tray.
/datapath:”path” Use alternate path for saving settings etc.
/removable (Use with /datapath) Don’t persist specified path since it may not be available next time.
/callto:Skype name or phone no. Calls the specified user or phone number.
/shutdown Shuts down Skype.Note that parameters can be combined, e.g.: Skype.exe /minimized /nosplash
All of the parameters above have been tested with Skype Version 2.5.0.151.
Do you have anything to add to this list? Please let me know by e-mail: supermagle@ter.dk
D:\Chat\Skype\Skype.exe /datapath:".\" /minimized
把配置文件保存到当前目录~~~跟无聊的NSIS脚本说bye-bye吧~~
Update: 看到hung也是这么做的
Comments