Well, from what I searched on the internet, MSSQL has a stored procedure xp_cmdshell that does just that.
example:
exec master.dbo.xp_cmdshell 'copy c:\temp\doesnotexist.txt c:\temp\workfile.txt'
so i wonder if there something similar in MySQL.
Regards,
tofuTnT