Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Using a printer in Windows

From: sunandadh:aol at: 11-Jan-2002 6:13

Hi Philippe
> The code below doesn't work in Windows 98. Maybe it's because i dont use > rebol/command.
It doesn't work for me on 98 either. (I don't have /Command). I'm wondering though if it is because my printer is on USB not LPT. I get nothing printed with then DOS commands: echo "hello" > prn echo ^l > prn (that's control plus lowercase L to get a page throw)
> I think i have to produce html text to browse and then print. > Or produce a PDF document.
Both have advantages, in that you can offer a "preview mode" before printer. HTML has the edge for me in that it is easier to produce, and you can (as you say) use the Browse command. The document can then be read by most word processors and other applications. And Andrew has written a neat dialect for HTML. Sunanda.