>> |
Anonymous
>>674745 ... Actually, on inspecting their Help section, I find this:
Users who do not wish, or are unable to, install software onto their computers, may download our small filemerger.bat files.
These files are simple batch files that copy the files back together into one piece. If you would like to inspect the contents of the .bat file, you may open it in notepad or Word.
If you run Linux or FreeBSD, you can simply use the cat command to put the files back together.
For example cat filename.ext.aa > filename.ext cat filename.ext.ab >> filename.ext cat filename.ext.ac >> filename.ext
|