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.
DiamondDave
9 years agoRegular Visitor
Is there a way that I can execute a vbs script with the administrator credentials? I am trying to update a folder by deleting the existing files and extracting a zip with the new set of files. this works great if I am logged in with the administrator account. However, when I try to execute the script with the standard user account logged in, I get a message that I need permissions to delete files.
The high level is that I delete existing files in a public\desktoip\links folder structure, then unzip a new folder structure in it's place. I have the administrator credentials applied when I set up the credentials. any advice would be appreciated.
Thanks!
- j_helland9 years agoActive Contributor
You certainly can! The syntax for that would be:
cscript filename.vbs
Just put that into your command with the actual filename. Do you have a vbs script that works?