The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
KevinA
16 years agoRetired GoTo Contributor
One2Many Script Repository
Welcome to the LogMeIn Central Script Repository!
What is it? A library of scripts to help you execute automated tasks and manage LogMeIn Pro² computers without having to access them manually. ...
- 8 years ago
https://github.com/knix15/LogMeIn-One2Many-Community-Scripts/
Scripts can be found here as well for better future organization.
j_helland
9 years agoActive Contributor
Hey CarlCapone, if you set up a "custom" One2Many, upload the files, then use the example syntax below, you can transfer multiple files using a simple DOS format:
copy file1.txt "C:\folderpath"&© file2.txt "C:\folderpath&© file3.txt ................
Essentially you'll need to separate each command by the double ampersand, which tells DOS that a new command is coming. I've been using this methodology for complex One2Many pushes for about 6 years and it takes some trial and error, but it usually works!
carlcapone
9 years agoActive Contributor
Hey there,
Thanks for the replies. Sorry it's been some time since I've checked back on this. Anyway, @j_helland is this possible on the Rescue LogMeIn centralized script setting? So far, that's the only option I see where I can upload files and/or custom scripts? Not entirely sure if it's the same with the One2Many feature.
As for purpose of the script, I am trying to have the files residing on one server and have our technicians transfer those files to their clients so that we don't have to download each of those files from our file server using the client's computer. More like a drag and drop feature that we have used before from a different platform. Thank you.