Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!cornell!batcomputer!wilker From: wilker@batcomputer.tn.cornell.edu (Clarence W. Wilkerson Jr.) Newsgroups: comp.os.cpm Subject: Re: redirection of output Summary: PIP is not redirection Message-ID: <7108@batcomputer.tn.cornell.edu> Date: 4 Jan 89 14:19:13 GMT References: <8901031516.AA28528@ucbvax.Berkeley.EDU> <2924@uhccux.uhcc.hawaii.edu> Organization: Theory Center, Cornell U., Ithaca NY Lines: 12 I assume the question was to redirect output from an existing application program for which no source code was available, to a disk file. If you wanted to capture incomming stuff off the serial ports, KERMIT might be more convenient than PIP. CP/M does not treat IO devices the same as files like UNIX, so one can not easily ( with out hacking your bios, ) capture IO into files. I can imagine a small utility sitting under CCP capturing calls to RDR or whatever, and writting a log file. However, many CP/M programs using serial ports go directly to the hardware, so there is still a problem. Can you be more specific as to the capability needed?