$return = WshPipe("cscript //nologo C:\WhereIs.wsf operez",1)
for each $line in $return
if instr($line,':')
$rc=split($line,":")
? $rc(0)
? $rc(1)
else
? 'no : in line -> ' + $line
endif
next
_________________________
How to ask questions the smart way <-----------> Before you ask