Many thanks for your reply. I'm pretty sure that both PCs have available
PCI slots. However, the remote PC is running the word processor in pure DOS
mode. The PC with the printer attached is usually running Windows 98
normally, but it may be in pure DOS mode as well if the user is running the
same word processor. Is networking still achivable given this scenario?
Thanks again
Networking was supported in dos via Microsoft Network Client 3.0 , but
I honestly don't know the details off the top of my head. All you need
to know pretty much is on this site
http://www.wown.com/j_helmig/dosclnt3.htm
http://www.wown.com/j_helmig/doscltcp.htm
Your choices for network adapters would be somewhat limited to ones
that come with dos support, a Network NE2000 compatable network adapter
IIRC, or anything that is on the list of adapters when you install
"Microsoft Network Client 3.0"
Printer support once installed I believe can be configured at the dos
command line
net use lpt1: \\remote-machine-name\remote-printer-name
or
net use lpt1: \\x.x.x.x\MyPrintername where x.x.x.x = the address you
assign to the machine that has the printer.
You'll have to type in that command each time unless you want it
persistent... if so "/Persistent:Yes" tacked at the end or just put the
netshare line in your autoexec.bat
I know jack squat about sharing a printer from dos, so it's best to
assume you can only use the network printer so long as win98 is
running, but if you plan to run the dos app on the system with a
printer without windows this shouldn't be an issue at all.