Is it possible through the use of a batch file, I'm trying this code:
mysqldump --host=localhost --user=root --password=nitoryolai -R hospital >E:\wamp\etc\db-backup\hosp.sql
Then vb.net will execute the batch file through s.d.p.s("b.bat") But it doesn't work, it only creates an empty .sql file. Can you tell me what's wrong with the batch file?