Looking for bat file to open websites in multiple tabs of one window.
The following bat file opens websites in new windows, not in multiple tabs of one window.
There's probably a simple mod to this file that will work?
@ECHO OFF
SET BROWSER=c:\k-meleon\k-meleon.exe
SET WAIT_TIME=2
START %BROWSER% "mail.yahoo.com"
@ping 127.0.0.1 -n %WAIT_TIME% -w 1000 > nul
START %BROWSER% "google.com"
START %BROWSER% "microsoft.com"
START %BROWSER% "yahoo.com"
Edited 1 time(s). Last edit at 07/12/2011 05:25AM by froggy.
Perhaps that one...?
F2 > Browsing > Window diversion > URLs passed from external applications
Or perhaps it has something do do with commandline options?
They are in Help>FAQ somewhere...
Thinking about it, wasn't there some very similar request in the last weeks here? Just where...
Anyway, since the browser has tabs enabled by default, it would IMHO make a lot of sense to open such stuff in TABS by default too, incl. favorites etc. Especially that setting above is really overlooked too easily while searching.
There are also two options for this action from within the browser. The first is Sessions from the main menu and the second is Groups2 which can be found in extensions here. http://kmext.sourceforge.net/ext4.htm
Sessions information is in prefs.js file. Groups2 information is there also and that system has its own backup, restore, and transfer features built into the program.
Well yes, you can simply backup all bookmarks or all hotlist, they are stored in a single file (=bookmarks.html or opera.adr).
Attention, the hotlist plugin is ancient and has a bug (or 2 in KM1.6beta), one must know about or can lose entries, so better use bookmarks.
How it works: You tpye a short a short folder "nick" into URL bar and hit Return, and then all bookmarks in that folder will open at once. For configuration, you edit bookmarks, click a folder name and type some abbreviation into the nick field. Can be anything you like, e.g. KM or met etc.
A trick: You can set nicks on folders but also on single bookmarks only.
E.g. Setting "g" as nick for a google search bookmark will make that typing "g blabla" into URL bar will open all google search results for word "blabla" :-)
Edited 1 time(s). Last edit at 07/15/2011 11:10AM by siria.