Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!uunet!pilchuck!amc-gw!sumax!rrogers From: rrogers@sumax.UUCP (R. Rogers/MainToad) Newsgroups: comp.sys.amiga.tech Subject: Script Summary: Want to write SCRIPT: device Message-ID: <1048@sumax.UUCP> Date: 31 Oct 89 21:06:32 GMT Reply-To: rrogers%sumax.uucp@beaver.cs.washington.edu (R. Rogers) Distribution: usa Organization: Seattle University, Seattle, WA Lines: 19 Article 13745 of comp.sys.amiga: From: MCARTSHA@UREGINA1.BITNET (Shan Mcarthur) Subject: Script utility needed >I have elected to do all of my computer assignments on my Amiga in the >comfort of my own home, but I am having a tough time trying to get a printout >or even a file of all of the activity flowing through the console. >Does anyone know of a unix-like script utility for the Amiga? Has anyone >patched the console.device to allow for a copy of the i/o to be put in >a file as well as on the screen? Simple redirection does not work well >because it does not include any of the input lines in the file. I have >had to edit the files and type them in myself. I'd like to write a script: device (using M2Amiga) that can be used as a replacement for con: to do this. My idea is to have script: open a con: window and then just pass the I/O to/from the con: window and echo it to a file. My question is what is involved in getting the Amiga to recognize my program as a device, or has something like this already been done?