Script to automate URL opening in multiple tabs in Firefox or Opera from a text file

后端 未结 4 1888
旧巷少年郎
旧巷少年郎 2021-01-07 13:59

I have a text file with lots of links-each line has a link (i.e the separator is \'\\n\'). i want to write a script so that each link opens in a different tab in Firefox or

4条回答
  •  粉色の甜心
    2021-01-07 14:47

    @iceman, @amadain:

    refining @amadains solution: the "line continuation character" in batch files is ^, so iceman should change his text files accordingly (add a ^ at the end of each line) and put "start firefox ^" at the beginning of the file . Don't know max length of command line string, though.

提交回复
热议问题