如何使用Windows命令提示符打开firefox书签

时间:2015-08-24 03:45:50

标签: windows firefox browser

假设我有一个Firefox书签“http://www.bbc.com”,其名称为“bbc news”。 有没有办法用firefox使用Windows RunWindows Command Prompt

打开此书签

这样的东西
firefox "bbc news"
firefox /b "bbc news"

1 个答案:

答案 0 :(得分:2)

查看Firefox Command Line Options页面, 我看不到按名称打开书签的方法,而只是通过URL打开:

firefox.exe -url www.bbc.co.uk
chrome.exe "www.bbc.co.uk"
iexplorer.exe "www.bbc.co.uk"