Indeed it works!!! Awesome, and so simple.
I dont see thee accept button..
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
Hi Guys,
I was wondering is there anyone who can share me the batch file to isntall logmein silently on multiple terminals.
Thanks,
Mohan
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
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?
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.
@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.