Not so hard..

Search for the UDF that Allen referenced. Copy and paste the text into the END of your script file (technically, can go anywhere, but putting it at the end makes editing your script easier. DO NOT modify the UDF.

The UDF header describes how to use it, just like the Kix manual.

In your script, just reference the UDF command like it was any other kix command. For example
 Code:
$=wshShortcut("KiXtart Web Page","http://www.kixtart.org") 
puts a web shortcut on the desktop, while
 Code:
$=wshShortcut("%ALLUSERSPROFILE%\Start Menu\KiXtart Web Page","http://www.kixtart.org") 
puts it on the start menu.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D