I need to execute a cmd command in Visual Basic. It's not difficult but i need to give a argument while the external Programm runs.
F:\mysql-5.7.13-winx64\bin\mysqldump.exe -h <ip> -u <user> -p <database> > abcd.sql
But after that is executed, the programm will ask for a password. So how can i do that?
Greetings, Dominic