tags:

views:

32

answers:

0

Hi , I want to get result from an executing command by the help of wscript say :

wscript.execute("dir c:\")

I need to know how can I access to the results of this or in other words I want to know how can I pipe the result into my script?

regards.