Hi everyone, I've been trying to get Backupassist to remotely execute commands on our servers using psexec.

I was using batch files but psexec would freeze at the end of the remote batch file so I turned to kix scripts instead which all work fine and don't hang psexec except for the mysqldump script

The script has lines for each database like this
Shell '"d:\MySQL\MySQL Server 5.5\bin\mysqldump.exe" -uroot -hhost -p"password" database > "D:\MySQL\backups\database.sql"'

If run locally or from a batch file this works but from the kix script I get an error saying it cannot find a table called >

Any idea's?

Thanks.