LoginSignup
3
3

More than 5 years have passed since last update.

バッチファイルからURLをブラウザで開く

Posted at

プロジェクト毎に開発用サーバのポートが違ってたり、特定のパスを開かなくてはいけなかったり。面倒なので各プロジェクトにバッチを用意してみた。バッチファイルからブラウザをどうすれば開けるのか調べたのでメモ。

start "" rundll32 url.dll,FileProtocolHandler http://127.0.0.1:5000/
3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3