Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide the DOS command box
Message
From
15/02/2011 21:35:11
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
15/02/2011 19:53:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01500301
Message ID:
01500324
Views:
62
I could have sworn that I used the /N switch to hid the command window but maybe windows 7 is different. I would create a batch file and then run the batch file. You might want to look at shellExecute(). I think Sergey has some help on his site for this.

>is there any restriction for RUN /n ?
>
>I tried:
>
>
>RUN mysqldump -umyid -pmypass admdata > c:\backup1.txt
>RUN /n mysqldump -umyid -pmypass admdata > c:\backup2.txt
>RUN mysqldump -umyid -pmypass admdata > c:\backup3.txt /n
>
>
>the first one (without /n) creates a complete backup file.
>the second one (with /n) doesn't create any file.
>the third on (with /n at the back) create an empty file
>
>Thanks for the help.
Previous
Reply
Map
View

Click here to load this message in the networking platform