SysChat

SysChat (http://www.syschat.com/forum.php)
-   Operating Systems (http://www.syschat.com/software-support/operating-systems/)
-   -   DOS Networking (http://www.syschat.com/dos-networking-6907.html)

wmahaffey 08-14-2011 08:29 AM

DOS Networking
 
I have a friend who is using a DOS program I wrote for him years ago. We are running out of hardware and would like to move from Lantastic to Win98se or WFW 3.11 running in DOS mode. This gives us access to additional hardware, especially network cards.

I am have trouble gathering all the information about the parts of DOS I need to start the network under Win98SE. The network is pretty simple. One server and two workstations. The program is written in Clipper.

Thanks for all help and advice.

Bill Mahaffey

MLJ0 08-14-2011 04:13 PM

HI Bill,

I know what you mean about running out of hardware to run an old network -- ISA card slots, NE-2000 network cards, and 10BASE-T networks are a rare sight these days.

I have moved a number of clients running multi-user DOS applications programs successfully to Windows XP. There aren't too many situations where you cannot make a DOS program run successfully in a DOS (aka CMD) Window. Many DOS programs will still run in a CMD Windows under Windows 7 32-bit. In fact, the applications I have dealt with are far more stable under Windows XP than they were under DOS.

Depending on the requirements of your Clipper application, you may still have to contend with specific printers connected to an LPTn: port, or needing PS/2 connectors on your keyboard and mouse. There are workarounds for most of these issues without needing to touch the application.

Do yourself and your friend a favor and step up to Windows XP. You can buy a refurbished HP P4 3Ghz 1GB Ram, 80GB drive, SFF case, parallel port, PS/2 connectors, USB ports, network card, and Windows XP Professional installed for $100 to $200.

Hope this helps.

Malcolm



Quote:

Originally Posted by wmahaffey (Post 18458)
I have a friend who is using a DOS program I wrote for him years ago. We are running out of hardware and would like to move from Lantastic to Win98se or WFW 3.11 running in DOS mode. This gives us access to additional hardware, especially network cards.

I am have trouble gathering all the information about the parts of DOS I need to start the network under Win98SE. The network is pretty simple. One server and two workstations. The program is written in Clipper.

Thanks for all help and advice.

Bill Mahaffey


wmahaffey 08-14-2011 06:15 PM

Malcom,

Please help me out here, printers. We are using dot matrix printers and I use some DOS commands to change fonts and page sizes. Can I make XP send the same commands to the printers as the Clipper program? If so, where do I find
the information?

If I could use XP if would be great. I have enough legal copies of XP and the expertise to install and maintain them.

Thanks,

Bill

MLJ0 08-14-2011 06:58 PM

Bill,

By the sounds of it, your Clipper program isn't controlling your printer setup. I make the assumption that you are using either the Print or Copy command in DOS to send a file with some ESCape sequences prior to running the application. You can do the same from a CMD prompt or batch file in XP. For example:

copy filewithprintercommands /b LPT1:
YOURPROG.EXE (start application)

In fact you don't even have to be tied to a parallel port. Your application still needs to talk to your dot-matrix printer (e.g. Okidata 320) but if your computer doesn't have a parallel port adapter, it is possible to work around this. Read an article I wrote for further details:

Windows 7 In the News: Connecting Parallel Port Printers via USB to your new Laptop or Desktop

Hope this helps.
Malcolm


Quote:

Originally Posted by wmahaffey (Post 18476)
Malcom,

Please help me out here, printers. We are using dot matrix printers and I use some DOS commands to change fonts and page sizes. Can I make XP send the same commands to the printers as the Clipper program? If so, where do I find
the information?

If I could use XP if would be great. I have enough legal copies of XP and the expertise to install and maintain them.

Thanks,

Bill



All times are GMT -4. The time now is 07:36 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54