Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!cs.umn.edu!kksys!edgar!mmug!UUCP From: Pat.Lewis@f32.n282.z1.fidonet.org (Pat Lewis) Newsgroups: comp.os.msdos.programmer Subject: Redirecting printer output to disk file. Message-ID: <672496838.0@mmug.edgar.mn.org> Date: 23 Apr 91 14:34:00 GMT Sender: UUCP@f22.n282.z1.fidonet.org Lines: 6 I need to find out how to redirect printer output to a specified MS DOS file. I don't have access to the source code of the program that makes the printer calls, so I can't just change the program to write to disk as well as print. Basically, each time a line is printed, a line should be appended to the specified file, preferably both at once. Since the computer is dedicated to one task, I'm not really worried about interfering with other task