;*************************** AMUS Program Label ******************************
; Filename: UUENCO.M68 Date: 9/25/90
; Category: UTIL Hash Code: 051-640-161-456 Version: 1.0(100)
; Initials: ROBB/AM Name: Erik Petrich
; Company: Microlink Computing Systems, Inc. Telephone #: 4053218333
; Related Files: UUDECO.M68
; Min. Op. Sys.: Expertise Level: ADV
; Special: Requires the 2.0 assembler to reassemble.
; Description: This is uuencode ported to AMOS/L. It encodes binary files to
; an ascii file that uudecode and UUDECO can decode.
;*****************************************************************************
;
; UUENCO - Copyright 1990 Microlink Computing Systems, Inc.
;
; Usage:
; UUENCO {DestinationFile=}SourceFile {DecodedFilename}
;
; Notes:
; The DecodedFilename is the default destination file that uudecode or
; UUDECO will use when decoding the file.
; If not specified, the DecodedFilename will default to the SourceFile's
; filename.
;
;Edit History:
;[100] 07 September 1990 23:15 Edited by Erik Petrich
;
;