CPXXMEM 7/20/82 CPXXMEM NAME cpfrmem - copy the contents of memory to a file cptomem - copy the contents of a file to memory SYNOPSIS cpxxmem file_name DESCRIPTION This pair of programs allows users with one disk to copy or backup files on other disks. Cptomem copies the named file to memory, while cpfrmem copies the contents of memory to the named file. Executing any other program between this pair will overwrite the desired file in memory and prevent cpfrmem from performing its intended function. FILES None but those named. DIAGNOSTICS Cptomem gives an error message if the named file does not exist, while cpfrmem gives an error message if the named file already exists. AUTHOR Willis Gore BUGS If the file is too large, BDOS, BIOS, and the monitor may be overwritten without an error message. -1-