In order to successfully export data from MySQL to some location in the same server host, the server application itself or the user account it runs on must have a write-access to the destination folder.
Errorcode 13
To find out which Windows User Account MySQL uses, look at the details of the MySQL Windows Service.
Grant Windows user appropriate permissions to the tmp folder.
Then, try to export again using the same command.