Chromeで複数のローカルHTMLファイルを開く手順
はじめに
Google Chromeで複数のローカルHTMLファイルを開く手順です。
参考
https://qastack.jp/superuser/833312/how-to-open-multiple-local-html-files-in-google-chrome-at-once
https://oshiete.goo.ne.jp/qa/8860259.html
手順
開きたい複数のローカルHTMLファイルを1つのフォルダに入れる。
同じフォルダに、新しいテキストファイルを作成し、以下を入力。
start chrome.exe --new-window
start chrome.exe filename_1.html
start chrome.exe filename_2.html
・・・
start chrome.exe filename_n.html
ファイル拡張子を.batに変更して、実行(ダブルクリック)
すべてのファイルが異なるタブで開く。
※最初の3ファイルは別のウィンドウで開きました。open速度の問題なのか。。。解決策をご存知の方教えてください!
おわりに
開きたい複数のローカルHTMLファイルを1つのフォルダに入れる。
同じフォルダに、新しいテキストファイルを作成し、以下を入力。
start chrome.exe --new-window
start chrome.exe filename_1.html
start chrome.exe filename_2.html
・・・
start chrome.exe filename_n.html
ファイル拡張子を.batに変更して、実行(ダブルクリック)
すべてのファイルが異なるタブで開く。
※最初の3ファイルは別のウィンドウで開きました。open速度の問題なのか。。。解決策をご存知の方教えてください!
plotlyのグラフをhtmlで10-20個出力した後の確認作業で、いちいちダブルクリックorブラウザへドラッグが面倒だったので。
自分と同じように困っている人がいるかなと思って記事にしました。
Author And Source
この問題について(Chromeで複数のローカルHTMLファイルを開く手順), 我々は、より多くの情報をここで見つけました https://qiita.com/tomoztravel/items/92a730d46917e45123a0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .