开发者

How to create arbitrary binary file at the Windows 7 command line?

How to create arbitrary binary file at the Windows 7 command line? Without any extra installed tools, I could do this with the debug command in XP. Now in Windo开发者_如何学Gows 7 I am stuck. I want to type at the command line and create an arbitrary binary file. Any ideas?


You can create a meaningless binary file with the fsutil command, e.g.

fsutil file createnew filename.bin 1000

The last parameter is the desired file size in bytes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜