X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "GC" Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS with IP Date: 7 Feb 2006 07:30:45 -0800 Organization: http://groups.google.com Lines: 22 Message-ID: <1139326245.206365.251840@g14g2000cwa.googlegroups.com> References: <1139257683 DOT 252967 DOT 31250 AT o13g2000cwo DOT googlegroups DOT com> NNTP-Posting-Host: 69.38.65.82 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1139326250 3764 127.0.0.1 (7 Feb 2006 15:30:50 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 7 Feb 2006 15:30:50 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=69.38.65.82; posting-account=oloLug0AAADg4ljw3yDW8ibzcwC--JQM To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I use www.datalight.com DOS with their TCP/IP stack (which comes from http://gpvno.co.za/faq/printing/pr_inetDos.htm) and have found it easy to use and the support from the company that makes the IP stack is great. They have made a good number of changes to support my application. Hugo wrote: > Hi everyone! > > I need to develop a program that runs under DOS and comunicates with > another program in VB.Net in another computer. Is something like this: > > I'll put a computer in a supermarket with Windows and my program in > VB.Net that handles the Inventory. All the computers in the supermarket > have DOS. So I need a program that runs in the Supermarket's computers > (under DOS) and comunicates trougth IP with my program in VB.Net. I > don't know how to do this, and I've been looking and I read about the > DJGPP but honestly I didn't undestand too much... I'll appreciate your > help and I apologize if my question is off topic... > > Thanks!