I want to run the bat file at the mysql prompt automatically on all computers without setting the environment variable path.
I use the Xampp server, but some of my friends use Wampp and MysqlServer. However, I want to run my SQL commands by running the .bat file. So first I want to go to the MySql> prompt.
I tried to execute the CMD command to find the service,
tasklist /svc >mysqld.exe
but i cant go to mysql>
Help me if anyone has any solution. Thanks.
source share