Windows のコマンドで空ファイルを作成する - Make Empty File by command (cmd)
Windows のコマンドで、空ファイルを生成するには……?
How to make empty file by command of Windows...?
以下のコマンドで行えます。
It can be done by the following command.
type nul > [ファイル名 - File Name]
おおお、何気に便利。
Wow, it's good.
自分は、空のログファイルを作成する時などに使います。
I use it when I'd like to make empty log file.
詳しくは以下を。
Detail is the following.