i have tryed using this script to setup my company's email signatur http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=189247#Post189247
but when i run the script no html is created and no signatur

if im reading the instructions right the only thing i have to do is change this
 Code:
; define static data 
; ====================================================================== 
; This is the ONE piece of user defined data that must be customized. 
; ====================================================================== 
$RootPath = '\\filserver\netlogon\emailsigs\'
; ====================================================================== 
$RootPath = '.\' ; for debugging 
 
; define the location & name of the configuration file 
$CfgFile  = $RootPath + 'config.ini'


i have made a file called config.ini and a file called Template.ini copy pasted the text from under The Config File og The Template File and placed the files in \\filserver\netlogon\emailsigs\ but im not sure that is the way to do it is there any more i have to do ?