Hi..
May be this would help:
First of all..make sure that the filename has no spaces
then.. enable xp_cmdshell if its disabled using:
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
EXEC sp_configure 'xp_cmdshell', 1
GO
RECONFIGURE
go
then if...