www.delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Doug Kaufman <dkaufman AT rahul DOT net> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Is anyone working on porting these utilities? |
Date: | Thu, 14 Jul 2005 14:40:15 +0000 (UTC) |
Organization: | "a2i network" |
Lines: | 25 |
Message-ID: | <db5tgf$e0u$1@blue.rahul.net> |
References: | <1121311803 DOT 516239 DOT 230060 AT g49g2000cwa DOT googlegroups DOT com> |
NNTP-Posting-Host: | green.rahul.net |
X-Trace: | blue.rahul.net 1121352015 14366 192.160.13.49 (14 Jul 2005 14:40:15 GMT) |
X-Complaints-To: | support AT rahul DOT net |
NNTP-Posting-Date: | Thu, 14 Jul 2005 14:40:15 +0000 (UTC) |
User-Agent: | nn/6.6.4 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"pjfarley3" <pjfarley3 AT yahoo DOT com> writes: >There are a few utility programs that we are using that do not seem to >have yet been ported to DJGPP. Can you tell me if there is anyone >working on porting these tools, or who may have already done some work >in that direction? >clear, file, mktemp, mc, netcat Netcat is part of the binary files distribution of watt-32 ("http://www.bgnett.no/~giva/"). For "clear", I use: #include <conio.h> int main(void) { clrscr(); return 0; } Doug -- Doug Kaufman Internet: dkaufman AT rahul DOT net
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |