Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!adm!jdb@ncsc.arpa From: jdb@ncsc.arpa Newsgroups: comp.os.cpm Subject: Re: Will C128 CP/M run Uniform software? Message-ID: <4095@brl-adm.ARPA> Date: Thu, 29-Jan-87 11:45:00 EST Article-I.D.: brl-adm.4095 Posted: Thu Jan 29 11:45:00 1987 Date-Received: Fri, 30-Jan-87 05:41:33 EST Sender: news@brl-adm.ARPA Lines: 26 I don't have any experience with Uniform, but if it doesn't work on a C128 I know of two public domain programs which *might* meet your needs. (don't know Uniform's capabilities). One is RSMS233C which is available from SIMTEL20 as pd:rdms233c.lbr which runs in cp/m mode and copies files from MS-DOS to CP/M but not the other way. Another which is available on some BBSs in this area at least is Crosslink which runs in 128/80-column mode and copies to/from C128, CP/M, MS-DOS formats with or without ASCII<->PETASCII<-> Screen code translation. Its major drawback is that it only handles files up to 45.5K bytes. The'driver' is in Basic with m/l routines to do the actual read/write stuff. The m/l is (semi-)documented with at least the entry points for the various format reads/writes, translations but not the required parameters. These could be divined from the Basic calls but you need a 'pretty printer' as the writer crammed as many statements/line as possible to keep the buffer size as large as possible, making it hard to read. Once that was done, you could write your own to read a little/write a little to handle larger file sizes. Sorry I couldn't answer your original question, but these are alternatives if the answer is 'no'. david brown