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.

コマンドプロンプト(bat)のコマンドの由来一覧

Posted at

覚えやすくするための自分用メモです。 ※推測を含みます。
プログラミングの組み込み関数名の由来一覧とかそういう記事もっと増えて欲しいなあ。

rem (コメント)

remark 意見

echo (文字出力)

echo 反響
コマンドラインにおいて入力した文字がそのまま返ってくることから

変数からの読み取り

%~f full path フルパス
%~d drive letter ドライブ文字
%~p path name パス名(ファイル名なし)
%~n name ファイル名(拡張子なし)
%~x extension 拡張子
%~t time 更新日時
%~z si(z)e? ファイルサイズ

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?