Jump to content

4 lines of VB into Autoit


Recommended Posts

how do i go about getting the following to work in autoit?

Set objShell = CreateObject("Shell.Application")

Set objFolder = objShell.Namespace("\\Server\Share")

Set objFolderItem = objFolder.ParseName("3OF9.ttf")

objFolderItem.InvokeVerb("Install")

it works in vb but need to add this to an exisiting Autoit script.

Link to comment
Share on other sites

how do i go about getting the following to work in autoit?

Set objShell = CreateObject("Shell.Application")

Set objFolder = objShell.Namespace("\\Server\Share")

Set objFolderItem = objFolder.ParseName("3OF9.ttf")

objFolderItem.InvokeVerb("Install")

it works in vb but need to add this to an exisiting Autoit script.

Pretty close to what you already have...

Edit: Wakillon beat me haha

Edited by MrMitchell
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...