This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (6 messages)
nansi.sys
Message #23742
where do I find this NANSI.SYS?
thanks. will check out nansi.sys
#std_out to window
Message #23728
I am trying to implement a write to screen function redirectable with the printer that is capable of writing only to a certain subsection of the screen. This is for an assembly-language application. Since it can only use a part of the screen it seems like we have to use…
Carl, thanks for the info, but you're not the only one I've talked to who misunderstands the problem we have, so I guess I'm not explaining it well. Concurrent DOS may be a fine system and I have heard that is so but I am not just trying to solve…
Thanks, I'd like to see the article. Through the good offices of people here and CLMFORUM, I have learned that it is quite easy to open files with names of LPT2 etc. and that DOS already supports these. That is all I needed to get going, though the idea of…
#device driver io
Message #23521
I work for an outfit that sells an application written in assembly language one of whose hallmarks is the ability to have five printers hooked up at once to LPT1,2,3 and COM 1 and 2. Output is done direct to hardware ports. There are some disadvantages to this. Two in…