Skip to content

Commit

Permalink
basic script template to install fonts, not working yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesourcerer committed Jan 4, 2012
1 parent c92f23f commit 01c5629
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WazeWP7/InstallFonts.vbs
@@ -0,0 +1,8 @@
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace("<Folder or Share Location>")
Set objFolderItem = objFolder.ParseName("<TTF File Name>")
objFolderItem.InvokeVerb("Install")
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace("<Folder or Share Location>")
Set objFolderItem = objFolder.ParseName("<TTF File Name>")
objFolderItem.InvokeVerb("Install")

0 comments on commit 01c5629

Please sign in to comment.