Dos Window is disturbing
i am using the command Run Dir *.ftc > tmp.txt ,it shows the black dos window
when the command is executing. Is there any solutions by which the Black
dos box should not be displayed. Please Help Me.
[211 byte] By [
Sagar] at [2007-11-10 12:50:04]

# 1 Re: Dos Window is disturbing
On 8 Jul 2003 20:56:52 -0700, "Sagar" <sagars_r@rediffmail.com> wrote:
>
>i am using the command Run Dir *.ftc > tmp.txt ,it shows the black dos window
>when the command is executing. Is there any solutions by which the Black
>dos box should not be displayed. Please Help Me.
Use something other than RUN DIR. FoxPro has its own DIR command,
which accepts a TO FILE clause. Also, depending what you want to do,
the ADIR() function, which puts directory info into an array, may be
useful.
Tamar
# 2 Re: Dos Window is disturbing
why don't you just use the adir() function instead of using a dos command?
"Sagar" <sagars_r@rediffmail.com> wrote:
>
>i am using the command Run Dir *.ftc > tmp.txt ,it shows the black dos
window
>when the command is executing. Is there any solutions by which the Black
>dos box should not be displayed. Please Help Me.
# 3 Re: Dos Window is disturbing
"Sagar" <sagars_r@rediffmail.com> wrote:
>
>i am using the command Run Dir *.ftc > tmp.txt ,it shows the black dos
window
>when the command is executing. Is there any solutions by which the Black
>dos box should not be displayed. Please Help Me.
How to Hide the "FoxPro Run Command" Window in Visual FoxPro
http://support.microsoft.com/default.aspx?scid=kb;en-us;141551