HP3000-L Archives

April 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Tom Brandt <[log in to unmask]>
Reply To:
Tom Brandt <[log in to unmask]>
Date:
Wed, 12 Apr 2000 08:33:04 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
At 07:41 AM 04/12/00 -0400, Girard, Frank wrote:
>To all:
>Is there a simple way to concatenate 2 or more files into 1. For instance
>copy file_1 +  file_2 + file_3 into file_4?  I know I can do this on a DOS
>box how about a HP box?
>Thanks in Advance
>Frank

1. Execute a file equation specifying APPEND access for file 4:

:FILE FILE4;ACC=APPEND


2.  FCOPY  the other files to file 4:

:FCOPY
 >FROM=FILE1;TO=*FILE4
 >FROM=FILE2;TO=*FILE4
 >FROM=FILE3;TO=*FILE4
 >E

Make sure FILE4 is large enough to hold everything from files 1, 2 and 3.


Tom Brandt
Northtech Systems, Inc.
http://www.northtech.com

ATOM RSS1 RSS2