Hi,

I just installed the Backup MySQL mod, created the "/admin/backups" folder

but am getting this error when I attempt a backup:

Result code: 1
0 => 'C:/Program' is not recognized as an internal or external command,
1 => operable program or batch file.
Failure: The database has NOT been saved.

I have ZenCart 1.3.7

I also added permission for cmd.exe to have execute privs for Inet User.
and set the path in backup_mysql.php to:

define('LOCAL_EXE_MYSQL', 'C:\Program Files\MySQL\MySQL Server 5.0\bin\mysql.exe'); // used for restores
define('LOCAL_EXE_MYSQLDUMP', 'C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump.exe'); // used for backups

What is the error telling me ?

thanks for help in advance...