From: utzoo!decvax!ucbvax!ARPAVAX:C70:info-cpm Newsgroups: fa.info-cpm Title: file append utility Article-I.D.: ucb.1916 Posted: Mon Sep 6 03:29:21 1982 Received: Tue Sep 14 02:04:13 1982 >From LEOR@Mit-Mc Mon Sep 6 03:29:08 1982 Here's another useful general-purpose CP/M utility I've conjured up to make using SPELL a bit easier: APPEND.C. This takes a small file and appends it onto another file of any size, using CP/M 2.2x random-record I/O so it doesn't have to read through the entire destination file. APPEND is useful for appending onto the end of the SPELL dictionary, of course. -leor P.S. The file is "AR36:CPM;APPEND 1C"