Derek Ross
2004-09-15 15:16:13 UTC
Hello Paul, did you have any answer on this? I am having exactly the SAME
problem. Can you please e-mail me the answer to
I can't check right now but I would have thought that once you haveproblem. Can you please e-mail me the answer to
issued the NET USE command to configure the LPT4: printer. The
following code would allow you to print to it.
LET P4 = FREEFILE
OPEN "LPT4:" FOR OUTPUT AS #P4
PRINT #P4, "Hello Printer"
CLOSE #P4
Cheers
Derek