[Windows] 產生指定大小的檔案

Standard

案件中有時需要大型檔案來測試上傳功能,有沒有辦法快速生成一個指定大小的檔案呢?

以 Windows 7 為例,以「系統管理員」身份執行「命令提示字元」,再輸入:

fsutil file createnew (檔名) 檔案大小(bytes)

例如:
fsutil file createnew xxx.txt 30000000
就是產生一個名為 xxx.txt 且檔案大小為 30MB 的檔案。

資料來源:http://stackoverflow.com/questions/982659/quickly-create-large-file-on-a-windows-system