文字列を改行なしで表示
@rem 表示
SET /P X=文字列<NUL
@rem ファイルに上書き
SET /P X=文字列<NUL >ファイル
@rem ファイルに追記
SET /P X=文字列<NUL >>ファイル
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
文字列を改行なしで表示
@rem 表示
SET /P X=文字列<NUL
@rem ファイルに上書き
SET /P X=文字列<NUL >ファイル
@rem ファイルに追記
SET /P X=文字列<NUL >>ファイル
Register as a new user and use Qiita more conveniently
Go to list of users who liked