MANUAL FOR PRNFILE (6502 machine code) This file describes the program PRNFILE which redirects printer output to a chosen disk file.It is only suitable for use on the 8 bit range of BBC micros. This method is better than *SPOOL as only data intended for the printer is trapped,and not all programs allow command line access. The manual and software is (C)1997 SPROW INSTRUCTIONS- At the command prompt,type *RUN PRNFILE The program will then appear to not have done anything.This is because the printer type has not been setup yet and no filename has been specified. To do so type *LINE then type *FX5,3 This tells the program to use as the destination,and *FX5,3 tells the OS to use a custom printer driver,not the default one. TO CLOSE THE FILE- Either 1)Select a different printer type (eg.*FX5,1 for parallel printer) or  2)Type *LINE with no parameters (ie.just *LINE) EXIT MESSAGES- "Cannot open file" - for some reason the OS couldn't allocate a file handle KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 First release to 8 Bit software disk user group