Comments on: VBscript to copy file to the remote computers/2009/04/16/vbscript-to-copy-file-to-the-remote-computers/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminThu, 24 Oct 2013 08:32:55 +0000hourly1http://wordpress.com/By: KTL/2009/04/16/vbscript-to-copy-file-to-the-remote-computers/#comment-1814Thu, 24 Oct 2013 08:32:55 +0000/?p=261#comment-1814It works!
I just added a line under
Const ForReading = 1
Const OverWriteExisting = TRUE

and
objFSO.CopyFile “C:\regsetting.bat” , “\\” & strcomputer & “\C$\” , OverWriteExisting

Thanks.

]]>