Skip to content

rosslagerwall/filesplitterjoiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileSplitterJoiner 0.1
Copyright 2009. Ross Lagerwall

FileSplitterJoiner comes as two parts:
    1. A program called filesplitter which splits the file into multiple parts.
       Run the program, type in the full file name and choose the method of
       splitting. Then press Split. If the original file is called boat.mkv,
       then the parts are called boat.mkv.1, boat.mkv.2, etc.
    2. A program called filejoiner which joins the multiple parts into a single
       file. Run the program, type in the full file name of the last part. Then
       press Join. The filename will be the name of the original file.

License:

    Copyright (C) 2011 Ross Lagerwall <[email protected]>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

A file splitting and joining program written in Lazarus / FreePascal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages