Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!VAX1.CC.UAKRON.EDU!mcs.kent.edu!usenet.ins.cwru.edu!ncoast!ppetto From: ppetto@NCoast.ORG (Peter Petto) Newsgroups: comp.lang.apl Subject: Re: script file in J Message-ID: <1990Nov29.221652.8411@NCoast.ORG> Date: 29 Nov 90 22:16:52 GMT References: <1990Nov29.032733.7810@nas.nasa.gov> Distribution: na Organization: North Coast Public Access *NIX, Cleveland, OH Lines: 8 I've been using J on an IBM-PC. In that implementation the )script system command works just fine. For example, the command: )script - 'file.log' will accept input from the keyboard (as normal) and will log everything (commands and results) to a file called "file.log" -- see if that works for you. Good luck.