Dec 242017
 
Splitit is a file utility built to process fixed length files in several specific ways.
File SPLTIT11.ZIP from The Programmer’s Corner in
Category Word Processors
Splitit is a file utility built to process fixed length files in several specific ways.
File Name File Size Zip Size Zip Type
SPLITIT.EXE 170054 80629 deflated
SPLITIT.TXT 2260 1049 deflated

Download File SPLTIT11.ZIP Here

Contents of the SPLITIT.TXT file




SPLITIT VERSION 1.01 (SPLITIT.CPP)
Written by Pat Donohue
Thursday, December 29, 1994

Introduction

Splitit is a file utility built to process fixed length
files in several specific ways but you must have a VGA or better
display, and a 80286 or better CPU for it to run properly. First
you must supply it with an input filename, either by way of the
first command line parameter or by pressing the "File open"
button. It is then ready to do any or all of several different
functions: check to ensure that the file is fixed length,
calculate record length, count the number of records, and split
it into multiple files. This can all be accomplished by supplying
it with the proper command line, for example:

splitit test.txt testout 4

This would split test.txt into four files called testout.1 through
testout.4 with any odd records left over put into the last file.
I originally wrote this program for use at my job, where we
do quite a bit of manipulation of fixed length files as well as
"Paradox " databases.
Planned future enhancements include adding the ability to
process "Paradox" files, split files based on criteria in some
"field" in the record, Dump several fixed length files from
"Paradox" based on some criteria, and anything else useful that I
can think of.
This program is the result of my first serious programming
attempt in C++ and on the whole I think it is quite usefull
(although perhaps a bit overboard on bells and whistles). I would
appreciate any useful comments that you the user can provide.
Please send any comments, suggestions, or payments to the address
listed in the registration info.



Registration info

To register please send $10.00 in Check or money order to the
following address:

Pat Donohue
5524 S. Pittsburgh
Spokane, WA 99223

* Please make all checks out to Pat Donohue

This will entitle you to FREE upgrades and source if you
should want it.


 December 24, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)