ragemxf Posted November 29, 2005 Posted November 29, 2005 What does everyone think about a good method for copying one file to multiple computers, by way of using excel spreadsheet listing of computers or text file listing what would be some good code for that?
jefhal Posted November 29, 2005 Posted November 29, 2005 What does everyone think about a good method for copying one file to multiple computers, by way of using excel spreadsheet listing of computers or text file listingwhat would be some good code for that?FileOpenFileReadLineFileCopy "\\" & $Computername & "\c$\path"FileCloseAll in the help file (with sample code) ...by the way, it's pronounced: "JIF"... Bob Berry --- inventor of the GIF format
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now