| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 8 Sep 1997 11:38:49 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | Jari Oksanen <jari DOT oksanen AT helsinki DOT fi> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: system(): program too large |
| In-Reply-To: | <3413A393.7C38@helsinki.fi> |
| Message-ID: | <Pine.SUN.3.91.970908113736.4267K-100000@is> |
| MIME-Version: | 1.0 |
On Mon, 8 Sep 1997, Jari Oksanen wrote:
> > Can you run that same program from the DOS prompt?
>
> Yes, I can. It runs smoothly and quickly from the DOS prompt.
Then run it from the DJGPP program like this:
system ("command.com /c prog");
where ``prog'' is the name of that program.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |