GATEWAY
GATEWAY
GATEWAY
INSTRUCTIONS
------------
DEVICE=[D:][PATH\]Gateway1.sys
Notice that the above example loads the COM1 option of Gateway.
The Gateway system comes with two files. One for COM1 and one for
COM2. The names of these files are :
A>CTTY GATE1
For COM2 :
A>CTTY GATE2
Notice that the names used are not the same as the file names. These
are the internal device driver names. Once the CTTY command has been
used, as above, the driver will be activated. When the driver is not
needed anymore use the CTTY command to switch back to the standard
console. For example :
A>CTTY CON
The second method for using the driver involves using the DOS i/o
re-direction symbols. These are explained in the DOS manual. With
this method, the driver is only activated during the execution of the
program being re-directed. An example :
This example runs EDLIN loading or creating the file SOME.DOC. All
i/o from EDLIN will now go through the driver GATE1.
Only programs that use standard DOS input/output calls will work
with Gateway. Later versions might also implement BIOS calls.
Programs that output ANSI graphics will work fine. Not all the
ANSI codes have been implemented though. The ones not recognized by
Gateway are :
There didn't seem any need for these codes so their code was left out.
At a later time these could be added if needed.
Some programs don't work with the re-direction symbols but work
perfectly fine with the CTTY command. Experimentation is the key to
success.
IMPORTANT STUFF
---------------
This program is provided as is. You may use it at your own risk.
There is no warranty of any kind or any form covering this program.
The author may in no way be held liable for any damage of any form in
connection or arising from the quality and/or use of this program
and any associated files included with it.
CONTACT
-------