1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Powershellでブラウザを起動し特定のサイトへアクセスする方法

Last updated at Posted at 2022-10-23

はじめに

powershell の学習を始めたものの何をすればいいのかわかりません。
そこで超簡単なスクリプトファイルを作成することにしました。

Powershellでブラウザを起動し特定のサイトへアクセスする

スクリプトファイルの内容は以下のようになります。これだけです。
拡張子は「.ps1」となります。

start '開きたいサイトのURL'

Mac の場合は「start」を「open」にすればOKです。
もちろんコマンドレットでも実行できます。

1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?