摘要:
Use this command script: net use r: https://some.portal.org/documents [password] user:domainName\[username]copy c:\somefile.txt r:\somefile.txt 阅读全文
posted @ 2013-04-01 17:54
AOT
阅读(138)
评论(0)
推荐(0)
摘要:
I got two options to create directory in the remote server by executing T-SQL: 1. xp_cmdshell EXECUTE master..xp_cmdshell N'md "c:\db\backup"' --Or you can create a bat to wrap multiple script... 阅读全文
posted @ 2013-04-01 17:49
AOT
阅读(140)
评论(0)
推荐(0)