由于网吧禁止使用CMD,就自己写了一个CMD,分割合并工具为:
partition:将分割视频等大型文件分割成30M块大小
merge:将用partition分割成30M块大小的文件合并原始大小的完整文件
使用演示:
第一步:
将软件与被处理文件置于同一目录(即文件夹)下:
双击CMD.EXE,运行命令行,输入"dir",输出如下信息:
B:\sdf 的目录
2006-03-23 22:07 <DIR> .
2006-03-23 22:07 <DIR> ..
2006-03-23 22:08 3,584 Merge.exe
2006-03-23 22:08 3,584 Partition.exe
2006-03-23 22:07 51,898,572 伏魔神剑.dat
3 个文件 51,905,740 字节
2 个目录 1,488,154,624 可用字节
第二步:
运行分割文件工具,在命令行输入"Partition",接着输入要处理文件的完整名称,此处为"伏魔神剑.dat"
B:\sdf>Partition
Copyright (R) By Huang Shiquan 2006-2020 All Rights Reserved
Contact Way : QQ: 308963799 OR 413357289 E-mail:
hero_sdf2003@yahoo.com.cn
Please input a file for partition: 伏魔神剑.dat
Now I am hard working for you, please wait... ...
Partition: 01伏魔神剑.dat
Partition: 02伏魔神剑.dat
successful do this work, and thanks for you using.
第三步:
要合并文件时,在命令行输入"Merge",接着输入用"Partition"处理文件的第一个分块的完整名称,即可合并出分割前的文件
B:\sdf>Merge
Copyright (R) By Huang Shiquan 2006-2020 All Rights Reserved
Contact Way : QQ: 308963799 OR 413357289 E-mail:
hero_sdf2003@yahoo.com.cn
Please input the first part of file to Merge: 01伏魔神剑.dat
Now I am hard working for you, please wait... ...
Merged: 01伏魔神剑.dat
Merged: 02伏魔神剑.dat
Successful do this work, and thanks for you using.
注意:
1.本工具只能将目标文件分割为30M每块的大小,不支持用户设置块的大小,却可处理任何文件类型的文件;
2.能处理的最大文件为30*99=2970(M),普通文件应该不会超过3G,故基本能处理任何文件;
3.两工具应配套使用,由于只是对目标文件进行数据分割合并,处理前后不会改变文件大小,只是便于传输而已;
4.本工具用纯汇编编写,文件的处理部分采用了最优化的方法,代码也尽最大可能的优化,尽量体现用汇编写程序 的优势(软件体积小,执行效力高),如果CPU为P4,内存256,处理600M文件不超过30秒,而自己是P3,280的PC,也 只花了120余秒搞定,总之PC性能越好处理起来越快.
5.由于网吧禁止使用CMD,就自己写了一个CMD,一并送给大家,如果在网吧上网的朋友可能用得着。
解压密码:111
Because Internet cafes prohibit the use of CMD, I wrote a CMD myself. The splitting and merging tools are:
partition: Split large files such as videos into chunks of 30M size
merge: Merge files split into 30M chunks by partition into the original complete file
Usage demonstration:
Step 1:
Place the software and the file to be processed in the same directory (i.e., folder):
Double-click CMD.EXE, run the command line, and enter "dir", the following information is output:
Directory of B:\sdf
2006-03-23 22:07 <DIR> .
2006-03-23 22:07 <DIR> ..
2006-03-23 22:08 3,584 Merge.exe
2006-03-23 22:08 3,584 Partition.exe
2006-03-23 22:07 51,898,572 伏魔神剑.dat
3 File(s) 51,905,740 bytes
2 Dir(s) 1,488,154,624 bytes free
Step 2:
Run the file splitting tool, enter "Partition" in the command line, and then enter the complete name of the file to be processed, here it is "伏魔神剑.dat"
B:\sdf>Partition
Copyright (R) By Huang Shiquan 2006-2020 All Rights Reserved
Contact Way : QQ: 308963799 OR 413357289 E-mail:
hero_sdf2003@yahoo.com.cn
Please input a file for partition: 伏魔神剑.dat
Now I am hard working for you, please wait... ...
Partition: 01伏魔神剑.dat
Partition: 02伏魔神剑.dat
successful do this work, and thanks for you using.
Step 3:
When merging files, enter "Merge" in the command line, and then enter the complete name of the first chunk of the file processed by "Partition", and the file before splitting can be merged
B:\sdf>Merge
Copyright (R) By Huang Shiquan 2006-2020 All Rights Reserved
Contact Way : QQ: 308963799 OR 413357289 E-mail:
hero_sdf2003@yahoo.com.cn
Please input the first part of file to Merge: 01伏魔神剑.dat
Now I am hard working for you, please wait... ...
Merged: 01伏魔神剑.dat
Merged: 02伏魔神剑.dat
Successful do this work, and thanks for you using.
Notes:
1. This tool can only split the target file into chunks of 30M each, and does not support users setting the chunk size, but can process files of any file type;
2. The largest file that can be processed is 30*99=2970(M), and ordinary files should not exceed 3G, so it can basically process any file;
3. The two tools should be used together. Since it is only data splitting and merging of the target file, the file size will not change before and after processing, just for easy transmission;
4. This tool is written in pure assembly. The file processing part adopts the most optimized method, and the code is optimized as much as possible to reflect the advantages of writing programs in assembly (small software size, high execution efficiency). If the CPU is P4 and the memory is 256, processing a 600M file takes no more than 30 seconds, and for my own P3, 280 PC, it only takes more than 120 seconds to get it done. In short, the better the PC performance, the faster the processing.
5. Because Internet cafes prohibit the use of CMD, I wrote a CMD myself and give it to everyone. Friends surfing the Internet in Internet cafes may find it useful.
Extraction password: 111