When I tried to execute
mysqldump --host="ean13.info" --user="user" --password="mypass" info_upm > c:\\mysql.sql
through ShellExecute in visual C++ I receive
mysqldump ERROR: can not find table ">".
Execution this command through command line is OK. I understand that something happens with ">" character, but can not find what.