I was recently performing some performance testing that required me to copy many files of a particular size from one Windows XP workstation to a Windows 2003 server. I had a heck of a time figuring out how to batch generate the test files.
Finally I cam across the fsutil tool, which is included on both Windows XP and Windows Server 2003.
The syntax for using fsutil is:
fsutil file createnew filename f
read more »
Be the first to post a Comment!