JkFragmenter is a small commandline tool to fragment existing files, to generate new fragmented files with random data, or to list fragmentation information about files. It is useful only for people who are testing defragmentation programs.
Download at:
JkFragmenter-1.2.zipUSAGE
JkFragmenter [-p NNN] [-s NNN] [-i] [-h] filename(s)
-p NNN Split file into NNN fragments. Default is 10 fragments. Specify 0 or 1 to defragment.
-s NNN When a new file is created then the size will be NNN kilobytes. Default is 1000 kilobyte.
-i Information only. Do not fragment or create the file.
-h Show this help.
filename(s) The file(s) to be fragmented. If a file does not yet exist then a new file will be
created containing random data.
EXAMPLE
JkFragmenter -s 10000 r:\t1.tmp r:\t2.tmp r:\t3.tmp