Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>
C:\>mf.exe
mf.exe v1.0 - Make File
WinUtilis - www.winutilis.net - Javier Hernandez
Copyright (C) WinUtilis 1998-2006. All rights reserved.
Last update - May 01 2005
Make File.
mf [/F] [/N] [/S integer character] [/V]
/F File path
/N No logo. (No banner will be shown at execution time.)
/S File size.
# b = Bytes
# k = Kilobyte KB 1024 bytes
# m = Megabyte MB 2^20 (10^6 )
# g = Gigabyte GB 2^30 (10^9 )
# t = Terabyte TB 2^40 (10^12)
# p = Petabyte PB 2^50 (10^15)
# e = Exabyte EB 2^60 (10^18)
If omited file is zero size.
/V Version.
ex 1: mf -f c:\tmp\filetest.bin -s 1 g
ex 2: mf -f c:\tmp\filetest.txt
C:\>
C:\>
C:\>mf -f c:\tmp\filetest.bin -s 1 g -n
C:\>
C:\>ls -l c:\tmp\filetest.bin
-rw-rw-rw- 1 root 0 1073741824 13-05-2006 19:21 c:\tmp\filetest.bin
C:\>