I'm having problems on how to make back up files in my desired path using VISUAL foxpro. My code is this:
PROCEDURE BackUp
bdrive = "C:\bak\"+SUBSTR(DTOS(DATE()),3,6)+".zip"
WAIT "Back-uping Database and tables..." WINDOW NOWAIT NOCLEAR
*! wzzip &bdrive data\sapmis_dbf.dbc data\*.dbf
...
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.