heh, this is fun.
I got pretty far with deletion and modification of shortcuts.
as example, to show the type of file, just do:
code:
$path="%windir%"
$explorer=createobject("shell.application")
$folder=$explorer.namespace($path)
$items=$explorer.namespace($path).items
for each $item in $items
? $folder.getdetailsof($item,2)
next

still no luck with the creation.
the parsename-method promised to create but it was no go.
_________________________
!

download KiXnet