Date: Tue, 13 Feb 1996 08:30:14 +0200 (IST) From: Eli Zaretskii To: kaikow AT standards DOT com Cc: djgpp AT delorie DOT com Subject: Re: Printing/saving info nodes On Mon, 12 Feb 1996 kaikow AT standards DOT com wrote: > The print-node command in INFO gives me an error. DJ indicated htat it > expects an LP or LPR program for printing? This is only one of the possibilities. What INFO really wants is a program which could read a file from its standard input and output it to the printer. So you can really get away with something like a port of `cat' or anything else along these lines which you can put into a batch file to say ``cat > prn'', then set the INFO_PRINT_COMMAND environment variable to point to that batch file. If you use INFO from DJGPP v2.0 (and you should), then the file README.DJ there explains how to use this feature.