Hi,
Does anyone know how to send commands to a shell that is already opened?
I know how to open the shell to run a command, but how do I send another command to it?
Here is what I can do
Shell("C:\Backup\mysqlbackup.bat")
This command runs the mysqldump command. But the mysqldump command needs a password to execute.
How would I go about automatically sending the password to it?
Thanks in advance
Sam