R
Roedy Green
I have posted the free Java source for a file splitting utility.
see http://mindprod.com/products.html#SPLITTER
Splitter Version 1.0
Split large text/html files into smaller files. I find it much
faster and more accurate than cut and paste.
You embed multiple <split tags in the file to be split of the form:
<split charlie.html>
....
stuff that will end up in the charlie.html file.
....
</split>
The text between the <split xxx> and </split> tags is split off
into that named file and the text is removed from the
original file along with the tags.
1. Filenames may be absolute or relative, with no quotes or spaces.
2. Tags may be nested, but they must balance (equal number
of <split xxx> and </split>).
3. Tags are case-insensitive, i.e. may be lower or upper case.
4. Multiple <split xxx> tags may be directed to the same
file, where they will be appended.
5. If the files mentioned in the split tags already exist,
they will be overwritten.
6. Anything not inside <split xxx>.. </split> is retained in the
original file. Everything else is removed.
Java 1.5 application.
Copyright 2005 Canadian Mind Products.
May be used freely for any purpose but military.
All Java source code is included.
--
Bush crime family lost/embezzled $3 trillion from Pentagon.
Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
http://www.infowars.com/articles/us/mckinney_grills_rumsfeld.htm
Canadian Mind Products, Roedy Green.
See http://mindprod.com/iraq.html photos of Bush's war crimes
see http://mindprod.com/products.html#SPLITTER
Splitter Version 1.0
Split large text/html files into smaller files. I find it much
faster and more accurate than cut and paste.
You embed multiple <split tags in the file to be split of the form:
<split charlie.html>
....
stuff that will end up in the charlie.html file.
....
</split>
The text between the <split xxx> and </split> tags is split off
into that named file and the text is removed from the
original file along with the tags.
1. Filenames may be absolute or relative, with no quotes or spaces.
2. Tags may be nested, but they must balance (equal number
of <split xxx> and </split>).
3. Tags are case-insensitive, i.e. may be lower or upper case.
4. Multiple <split xxx> tags may be directed to the same
file, where they will be appended.
5. If the files mentioned in the split tags already exist,
they will be overwritten.
6. Anything not inside <split xxx>.. </split> is retained in the
original file. Everything else is removed.
Java 1.5 application.
Copyright 2005 Canadian Mind Products.
May be used freely for any purpose but military.
All Java source code is included.
--
Bush crime family lost/embezzled $3 trillion from Pentagon.
Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
http://www.infowars.com/articles/us/mckinney_grills_rumsfeld.htm
Canadian Mind Products, Roedy Green.
See http://mindprod.com/iraq.html photos of Bush's war crimes