Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

March 03 2011

06:16

Windows 命令行下建立超大文件

最近有同事问如何在Windows下快速建立大文件,就直接发到Blog上。

c:\>fsutil file createnew files_name files_size

例如:

c:\>fsutil file createnew d:\big.file 1048576

将在D盘建立一个1MB大小的big.file,file_size是字节单位, 1024×1024 = 1048576。

Related posts:

  1. Windows 7和Windows XP、Windows Vista的详细技术对比
  2. Windows 7安装
  3. Windows 7 各地区特色风景桌面背景
  4. Windows 7 开启休眠选项
  5. Windows 2008 Server Core基本设置


© David for 空想枫, 2011. | Permalink | No comment | Add to del.icio.us
Post tags:


Tags: 手记