Hi,

I need to convert a small .vbs (7 Lines) script to kix - and don't do vbs. I realise it's a major cheek - but it's a one time only need (I hope) - any chance a kix/Vbs wizz could have a quick look and give me a hand.


Const wdStartupTemplatesPath = 7
Const wdWorkgroupTemplatesPath = 3

Set objWord = CreateObject("Word.Application")
Set objOptions = objWord.Options

objOptions.DefaultFilePath(wdStartupTemplatesPath) = "C:\Brand Templates\startup"
objOptions.DefaultFilePath(wdWorkgroupTemplatesPath) = "C:\Brand Templates"

objWord.Quit