Might be totally off the chart here - but give something like this a wirl -
 Code:
;to laaate ;)
;my guess was something like:
$wdStartupTemplatesPath = 7
$wdWorkgroupTemplatesPath = 3

$ObjWord=CreateObject("Word.Application")
$ObjOptions=$objWord.Options
$objOptions.DefaultFilePath($wdStartupTemplatesPath)="C:\Brand Templates\startup"
$objOptions.DefaultFilePath($wdWorkgroupTemplatesPath)="C:\Brand Templates"
$objWord.Quit



Edited by Björn (2007-08-28 01:21 PM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!