Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!brutus.cs.uiuc.edu!psuvax1!psuvm!odx From: ODX@PSUVM.BITNET (Tim Larson) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Information Request: DOS equivalent of Script(Unix) or Message-ID: <89286.092805ODX@PSUVM.BITNET> Date: 13 Oct 89 13:28:05 GMT Organization: Penn State University Lines: 39 Photo(TOPS20) References: <1323@cascade.Stanford.EDU> In article <1323@cascade.Stanford.EDU>, faheem@cascade.Stanford.EDU (Faheem Akram) says: > >I am very much interested in getting a program that works like Script >or Photo and runs under the DOS. For reference, Script and Photo allow >one to make a typescript of a terminal session, i.e a file can be created that >contains the total record of ones session on the terminal. Commercial and > > (a few lines deleted...) > >M. Faheem Akram I helped a friend solve this problem using Mark DiVecchio's LPTX program and Charles Petzold's KEY-FAKE program. It was actually pretty simple, though *NOT* perfect. If program's such as Photo existed for DOS, I'm sure many people would be interested. Meanwhile, the following may work for you: 1. Create the files CONLOG.BAT and ENDLOG.BAT as follows: lptx -1 -o conlog.log keyfake @114 keyfake @114 lptx -1 -c 2. To begin console logging, just type CONLOG, and to end it type EDNLOG. 3. Of course, you need LPTX (which has been in C.B.I.P), KEY-FAKE (which is one of the PCMagazine Utilities) and all four files have to be somewhere in your path. Hope this helps! -Tim Larson odx@psuvm.bitnet