Previous | Next | LK
Topic: printing from Dos
Conf: LK, Msg: 1135
From: Kevin Blackburn (kevin.blackburn@cableinet.co.uk)
Date: 10/5/1999 03:55 PM

On 4/16/98 3:11:35 PM, Duncan Mackenzie wrote:
>^Z\copy file name :lpt2]^Z
>should read
>^Z\COPY filename LPT2:\^Z

You need to redirect the file using ">>"
Try this

^Z\COPY Filename.??? >> LPT2:\^Z

Or

^Z\PRINT Filename.??? >> LPT2:\^Z

Regards Kevin