Try:

code:
WRITEVALUE ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\kci.com\devapp","http",1,"REG_DWORD")

If you need to add a key, you can check it with KEYEXIST and add it with ADDKEY. Otherwise, WRITEVALUE will not work if the key you specify does not exist.

Brian

[ 01 July 2002, 18:01: Message edited by: BrianTX ]