Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!udel!gatech!purdue!i.cc.purdue.edu!j.cc.purdue.edu!abp From: abp@j.cc.purdue.edu (Jeffrey J Wieland) Newsgroups: comp.sys.cbm Subject: Re: UUENCODE-UUDECODE needed for C-64/C-128 Keywords: UUENCODE UUDECODE cbm Message-ID: <6245@j.cc.purdue.edu> Date: 25 Jan 88 15:32:15 GMT References: <158@atrium.UUCP> Reply-To: abp@j.cc.purdue.edu.UUCP (Jeffrey J Wieland) Organization: Purdue University Lines: 21 In article <158@atrium.UUCP> eckhgb@atrium.UUCP (Gary B Eckhardt) writes: > I'm looking for a UUENCODE/DECODE for the C-64 or C-128. Anyone know >if they even EXIST?! Thanks for any help! These exist for CP/M, so they should run on the 128 under CP/M 3.0. You may find them in the SIMTEL20 archives via anonymous ftp in the directory pd1:. The files are: UUDECODE.BAS.1 /* uudecode in MBASIC; slow! */ UUDECODE.COM.1 /* Turbo Pascal uudecode; much faster */ UUDECODE.HEX.1 /* Hex file for above; use if you can't transfer binaries */ UUDECODE.PAS.1 /* Source for Turbo Pascal uudecode */ UUENCODE.COM.1 /* Turbo Pascal uuencode */ UUENCODE.HEX.1 /* Hex file for above */ UUENCODE.PAS.1 /* Source for Turbo Pascal uuencode */ If you get the hex files, you can load them using LOAD.COM (which is probably on your CP/M master disk). Just type "LOAD UUENCODE", etc. Jeff Wieland abp@j.cc.purdue.edu