| www.delorie.com/archives/browse.cgi | search |
| From: | "Paulo Santana" <san AT formata DOT com DOT br> |
| To: | <opendos AT delorie DOT com> |
| Cc: | "HM" <outbox AT formata DOT com DOT br> |
| Subject: | Problems with Clipper RUN command |
| Date: | Sun, 8 Apr 2001 20:09:48 -0300 |
| Message-ID: | <000f01c0c081$0231b4a0$3a3ae1c8@pcsaniii> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200 |
| In-Reply-To: | <002d01c0c028$f5a91e60$0f959e3e@docdos1> |
| Importance: | Normal |
| X-MIME-Autoconverted: | from 8bit to quoted-printable by trex2.centroin.com.br id f38N7fF17614 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id TAA06820 |
| Reply-To: | opendos AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | opendos AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
Hi,
A customer says the following Clipper program works perfectly under DR-DOS
7.03, if compiled alone to a single executable. It internally calls
COMMAND.COM to run the COPY command:
dirmake (AV_DIR)
RUN COPY *.DBF &AV_DIR > NUL // Perform the copy
RUN COPY *.DBT &AV_DIR > NUL //
RUN COPY *.NTX &AV_DIR > NUL //
However, the same code block, inside a larger program, works as expected
under MS-DOS, but NOT under DR-DOS.
First, we thought limited memory available would be the culprit. However,
running some memory checks revealed that DR DOS was freeing even more memory
than MS-DOS, with the same configuration.
We're not experienced Clipper programmers, therefore, we're unable to detect
the real problem for our customer. So, any help would be appreciated.
....................................................
Paulo Santana Vendas: 55 (21) 557-8285
dataSafe Informática Fax: 55 (21) 205-3745
dataSafe AT formata DOT com DOT br suporte AT formata DOT com DOT br
....................................................
BRU - Btrieve - DR DOS - Embedix - UltiROUTE RDD
http://www.datasafeweb.com.br
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |