Hello folks,
I first need to admit that I am HORRIBLY new at writing kixtart scripts however the code that I have is direct from the Kixtart manual I got to from this site.

-------------------------------------------------
code

; Lotus notes registry entry script

$ReturnCode = Loadkey("HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus Notes", "c:\logon\regislotus.reg")
IF $ReturnCode = 0
? "key loaded....."
else ;I added this part to be sure at least some of my code was working
? "key not loaded"
EndIf
-------------------------------------------------

the only thing different with my script and the one from the book is the commented area and the specific Reg Key and the .reg file to load.

I know you guys can help me , and I thank you for all of it.

P.S.

What I'd really like to do is add a select..case that determines if the reg key is already there or not. But I'm taking it one step at a time.

"I'm doin' the work, I'm babystepin..."
Bob

[ 07. May 2003, 03:05: Message edited by: jacks73 ]