开发者

Copy file to a remote computer in vbscript

开发者 https://www.devze.com 2023-03-16 07:54 出处:网络
Is there a way to copy a file to a remote computer using vbscript? For the remote computer I have administrator\'s username and p开发者_开发百科assword, there is no domain in the network. My local us

Is there a way to copy a file to a remote computer using vbscript?

For the remote computer I have administrator's username and p开发者_开发百科assword, there is no domain in the network. My local user is not an admin on the remote machine.

Thanks!


There's code on this page that shows how to connect using authentication without a domain. Watch out for the the 'Force Guest' problem on Windows XP though.

0

精彩评论

暂无评论...
验证码 换一张
取 消