Thanks Howard - I'll try to give better info from now on. My KiXtart version is 4.20.

Maybe the best question to ask before we go too far is can I reliably use KiXtart to set proxy settings regardless of OS (limited to Windows 95, 98, 2000 and XP)? Or do some of the older OS have problems that would prevent that?

Here's the script I'm using first off:

code:
 
$myUDFdir = "\\mydc\netlogon"
call "$myUDFdir\proxysettings.udf"

;setproxy(0,,1) ;remove per user settings
;setproxy(0,,0) ;remove per machine settings
setproxy(1,"isatest:8080",1) ;set per user settings

proxysettings.udf is the name of the file that is essentially Radimus' UDF, except I added my browser exceptions.

The script fails as soon as Kix32 starts to execute the code above. It reads from the UDF, and says "Script Error : Unknown Command" while trying to execute
code:
 
function setproxy($type, optional $Proxy, optional $PerUser)

How would I found out about any possible dependencies?

Hope I provided enough - I appreciate your help more than you know!
Thanks