2017年2月18日 星期六

用指令建立指定大小之空白檔案

1.開啟「命令提示字元」

2.輸入fsutil file createnew <filename> <length>
<filename>輸入檔名 or 資料夾路徑與檔名
<length>檔案大小(單位Byte)
例如 :
要建立1KB檔案輸入  fsutil file createnew D:\fileABC.txt 1024
要建立1MB檔案輸入 fsutil file createnew D:\fileABC.txt 1048576
要建立1GB檔案輸入  fsutil file createnew D:\fileABC.txt 1073741824

沒有留言:

張貼留言