Quote:
> I have a quick question that someone might know right of hand. I just
> learned about Shell.Exec and how it can capture output from commands
> it runs. Does anyone if this is compatible with Wsh 5.1? If someone
> can answer this for me, or direct me to where I can find this info i
> would really appreciate it.
This only appeared in WSH 5.6, sorry. Trying to use it with WSH 5.1 will
generate an error.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/scri...
ml/wsversion.asp
is a link that is very handy for determining if a given method is available
on a specific version of WSH. Thanks to Torgeir Bakken for posting this link
to the group some time ago; I wasn't even aware it existed until he did.