cancel
Showing results for 
Search instead for 
Did you mean: 
woodlark
Active Contributor

Re: One2Many Script Repository

Indeed it works!!! Awesome, and so simple.

Lisa_K8
Retired GoTo Contributor

Re: One2Many Script Repository

Hi @woodlark If @DTConsulting solved your problem, please click the "Accept as Solution" button on his response. This helps other members find the answer quickly. Thanks!
Lisa Kate
Community Manager
Lisa_K8 is a member of the LogMeIn Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!


woodlark
Active Contributor

Re: One2Many Script Repository

I dont see thee accept button..

Lisa_K8
Retired GoTo Contributor

Re: One2Many Script Repository

My fault @woodlark! I apologize for the confusion - only the author of the original topic can see that button, not any of the people who reply!
Lisa_K8 is a member of the LogMeIn Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!


Consultant64
Regular Contributor

Re: Opening a Website / picture on the target computer automatic

You could try this:

 

Set objExplorer = CreateObject("InternetExplorer.Application")

With objExplorer
    .Navigate "about:blank"
    .ToolBar = 0
    .StatusBar = 0
    .Left = 100
    .Top = 0
    .Width = 635
    .Height = 555
    .Visible = 1
    .Document.Title = "Service Complete"
    .Document.Body.InnerHTML = _
        "<img src='http://www.milnetech.com.au/images/remoteService.jpg' height=500 width=600>"
End With


*************************************************
"If my post answers your question, please mark it as an "Accepted Solution."



"At this point in time, the Internet should be regarded as an Enemy Weapons System!"
MohanMenghwar
Visitor

One2Many Script Repository - How to install Logmein silently using a batch file.

Hi Guys,

 

I was wondering is there anyone who can share me the batch file to isntall logmein silently on multiple terminals.

 

Thanks,

Mohan

hiran
Active Contributor

Re: One2Many Script Repository

HI Guys

 

Thanks for the LogMeIn Update script. It worked flawlessly. When you are getting message to update it you can use this script. Worked with newest version - 6.1.0.6524

 

Many Thanks

Hiran

ao212
New Contributor

Re: One2Many Script Repository

Hi I am reading this thread but don't see a "central" repository for where I can find ALL the scripts except for the ones mentioned in the posts here. Is there one central location to find One2Many scripts?

Consultant64
Regular Contributor

Re: One2Many Script Repository

Click on the Community Home link and then click Central and you can see the Repository. It is not laid out very well as questions and solutions are not viewable as a tree. Scattered.


*************************************************
"If my post answers your question, please mark it as an "Accepted Solution."



"At this point in time, the Internet should be regarded as an Enemy Weapons System!"
Consultant64
Regular Contributor

Re: One2Many Script Repository

@Lisa_K8 We sure could use a section entirely for One2Many Scripts where its not one long post like the current one so it can be prganized per subject e.g. Updates, Batch, Reboot, etc. The current one is too long and a reply to a reply near the top ends up many pages down the list so they are not displayed in a tree view.


*************************************************
"If my post answers your question, please mark it as an "Accepted Solution."



"At this point in time, the Internet should be regarded as an Enemy Weapons System!"