问题
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?
回答1:
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
来源:https://stackoverflow.com/questions/13088263/url-file-format-multiple-targets