This simple VBScript can be very useful if you have files that need to be constantly copied to another machine or location. You can add as many files as you like and even copy a file to multiple locations:Code:Dim FSOSet FSO = CreateObject("Scripting…
more »