Richard,

You are correct.. It wants to display the 1by1 iconset (http://www.mpesch3.de/ ) for a number of my desktop itemss.

(2) Easy fix..
Never mind..

I figured it out..

Change -
Code:

If VarType($oSelectedItem) AND $oSelectedItem.Selected
$sCommandToRun=$oSelectedItem.SubItems(1).Text
"Command to execute: "+$sCommandToRun+@CRLF
EndIf



To -
Code:

If VarType($oSelectedItem) AND $oSelectedItem.Selected
$sCommandToRun=$oSelectedItem.SubItems(1).Text
"Command to execute: "+$sCommandToRun+@CRLF
Run $sCommandToRun
EndIf



Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's