how to create a text file from VFP?
I want to create a text file with filename: mybackup.txt
with the content:
mysqldump -%1 -%2 %3 > %4
Thanks for the help.
I want to hide the DOS command box, for the command:
RUN mysqldump -umyid -pmypass admdata > c:\backup1.txt
I was suggested to use ShellExecute.
How can I do that?
I'm using VFP 9.
Thanks for the help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.