views:

11

answers:

1

Hi,

I would like to know if there is a way to automatically import bookmarks into the Firefox browser from the bookmarks.html file (the one that can be exported from the browser). That is, I want to skip the step of actually going into the browser's menu and import the file manually from there.

Could a .bat file be created to do this? And if so, what code would it contain?

Thanks in advance.

A: 

You can access the bookmarks DB as it's a SQLite DB. But you will need more than a simple CMD application for that.


On the same topic :

Colin Hebert