The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. 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.
TempLogin123
12 years agoNew Contributor
Hi all
Posted in Central forum as well but thought I better had try here as well..
Need to pull back around 10 XMLs from different locations on remote PC and transfer back to my (approx 500 PC's in Estate) - I can create a batch file will pulls all the XMLs into one location if required but how to a get that zip file back to my PC?
tarcis
12 years agoActive Contributor
Here is a script to clean the temp folder
@echo off
cd %temp%
rd . /q /s