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

ローカルPCの環境変数にバッチファイルを登録する方法

Posted at

準備

まずは、バッチファイルを準備します。
※簡単なサンプルはこちら

登録

次に、バッチファイルのあるディレクトリパスを環境変数に登録します。

1.検索バー([windows]+[s])で「システムの詳細設定」を検索

2.詳細設定タブの環境変数をクリック

3.環境変数にある「Path」をダブルクリック

4.新規ボタンをクリックし、バッチファイルのあるディレクトリパスを登録する


以上で、ローカルPCの環境変数にバッチファイルが登録されました。

コマンドプロンプトを起動するたびに、環境変数が読み込まれ、バッチファイルが実行できます。

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