I've made a quite progress now, but am unable to create a file with shell's scriptable objects.
I know how to create a new folder.
and I can create a new shortcut if I have one previously done which I can point to...
I'll continue searching, but this is all I have this far:
code:
$Shell=createobject("Shell.application")
$NameSpace=$Shell.namespace("C:\Documents and Settings\niemjo\KiXforms\test.kix.lnk")
$Link=$NameSpace.self.getlink
$Link.description="testi linkki"
$Link.Path="C:\Documents and Settings\niemjo\KiXforms\test.kix"
$Link.workingdirectory="c:\"
$Link.save()

anyone any success on this?
_________________________
!

download KiXnet