Question

The commonly accepted file format for a .url file (internet shortcut) is as follows:

[InternetShortcut]
URL=http://example.com
WorkingDirectory=C:\WINDOWS\
ShowCommand=7
IconIndex=1
IconFile=C:\WINDOWS\SYSTEM\url.dll
Modified=20F06BA06D07BD014D
HotKey=1601

Is there a way, most likely a hack, to make a single internet shortcut file open up multiple tabs? I tried this:

...
URL=http://example.com
URL=http://example.com
...

and this: ... URL=http://example.com; http://example.com ... and the same thing with commas instead of semicolons. I also tried with spaces after the semicolon/comma. Any ideas?

Was it helpful?

Solution

You can do this with HTML and JS, it is explained here: http://www.bloggersentral.com/2009/11/opening-multiple-links-in-single-click.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top