sql调用cmd拷贝文件问题

想用这条语句拷贝文件,运行到第四步始终是报错,访问拒绝,但是我在cmd上面执行时没有问题的?何解
EXECute master..xp_cmdshell 'net use * /del',no_output
EXECute master..xp_cmdshell 'net use \10.90.1.41\ipc$ "yhzbxxbwfz"
EXECute master..xp_cmdshell 'if not exist d:\pos772 mkdir d:\pos772',no_output
EXECute master..xp_cmdshell 'if not exist d:\pos772\POS.EXE copy \10.90.1.41\pos772*.exe d:\pos772 /y',no_output

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^