0
0

More than 3 years have passed since last update.

バッチファイルとは

Posted at

callコマンドを使用することによって、

CALL [ドライブ:][パス]ファイル名 [バッチパラメーター]

自分のDドライブ直下にある、ファイルを呼び出すことができる。

CALL コマンドを使って同じバッチファイル内の、指定したラベル以降の処理を呼び出す場合には次の書式を使います。

CALL :ラベル [引数]

これを実行することによって他のbatも

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