{ LIBRARY SYSTEM UTILITIES }
{ MODULE FILE_MERGE }
{ FILE NAME FMERGE.PAS }
{ PURPOSE MERGE BINARY FILES SPLITTED TO SOME PARTS }
{ VERSION 1.30 }
{ DATE 20-Sep-93 }
{ COMPANY Freelance Software Engineer }
{ ADDRESS Isakowskogo str, 4-2-30 }
{ Moscow, 123181 }
{ USSR }
{ Tel. 007 (095) 944-6304 }
{ COPYRIGHT NOTICE Copyright (C) 1987-1993, Dmitry Stefankov }
{ RESTRICTED RIGHTS AVAILABLE ONLY FOR FREE DISTRIBUTION, }
{ NOT FOR COMMERCIAL PURPOSE }
{ COMPUTER IBM PC or compatible }
{ OPERATING SYSTEM MS/PC-DOS Version 3.30 or higher }
{ COMPILER Turbo Pascal Version 6.0 }
{ (Borland International Inc.) or compatible }
{ ASSEMBLY LANGUAGE Microsoft MASM 5.10 or compatible }
{ ARGUMENTS <evenfile> - input filename ('even' bytes) }
{ <oddfile> - input filename ('odd' bytes) }
{ <outfile> - resulting file }
{ <evencount> - # of bytes to put early }
{ <oddcount> - # of bytes to put later }
{ RETURN See error return codes definitions }
{ DESCRIPTION 1.Read input stream (first early, then later)}
{ 2.Format output stream (do entity from # bytes) }
{ 3.Write output stream (entity) }
{-----------------------------------------------------------------------}
|