C and C++ Scripts » File Manipulation
The program needs two filenames as its arguments (A and B); it opens file A, and it will add file B to the end of file A (B is _appended_ to the end of A). Thus to combine a 650 + 50 MB pieces (for instance you had to cut a movie), you only need 50 MB extra space to put them together, not 700.
FreshOne cannot be held responsible for the content of this page (File Assemble - File Manipulation, C and C++ Scripts). The content provided on this page and the comments on File Assemble - File Manipulation, C and C++ Scripts are user contributed.
File Assemble
Licence: Price: FREEHomepageNo download linkC and C++ Scripts, File Manipulation
The program needs two filenames as its arguments (A and B); it opens file A, and it will add file B to the end of file A (B is _appended_ to the end of A). Thus to combine a 650 + 50 MB pieces (for instance you had to cut a movie), you only need 50 MB extra space to put them together, not 700.
Comments on: File Assemble
FreshOne cannot be held responsible for the content of this page (File Assemble - File Manipulation, C and C++ Scripts). The content provided on this page and the comments on File Assemble - File Manipulation, C and C++ Scripts are user contributed.
Bookmark this page
Related scripts
Copying one file into another
Similar to Unix's cp command. This program will be called with two parameters, the names of two files. It copi...
Similar to Unix's cp command. This program will be called with two parameters, the names of two files. It copi...
Password Protect
Password Protect allows you to protect folders on your PC, network, or USB Key with a password. This is your u...
Password Protect allows you to protect folders on your PC, network, or USB Key with a password. This is your u...
Reading Files
It contains a program that is given as command parameter the name of a text file, say, temp.dat. It will read ...
It contains a program that is given as command parameter the name of a text file, say, temp.dat. It will read ...
Split and rearrange the File
A utility that can split the file into pieces and then again can rearrrange the file pieces into orignal file....
A utility that can split the file into pieces and then again can rearrrange the file pieces into orignal file....