I think we should close this "bug." It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times. Closing as won't fix
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As a workaround you can probably do something like this:
mem /c | find "ANSI" >NUL
if errorlevel 1 goto loadansi
Or you could use NNANSI, which is an unloadable TSR.
Tom Almy's DOS page (look for NNANS593.ZIP, GPL w/ src)
I think we should close this "bug." It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times.
It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times. Closing as won't fix