
passing values from .vbs file to command line under WSH
Quote:
> > Does that mean it only can return with either T/F or one string or
> > numeric type value?
> Scripts specify the exit code via:
> WScript.Quit n
> where n can be any long integer value...
> --
> Michael Harris
> Microsoft.MVP.Scripting
> Seattle WA US
> Technet Script Center
> http://www.microsoft.com/technet/scriptcenter/default.asp
Michael:
Thanks. I have found that use from another web paper and used it in
the errorlevel check. However, I am really looking more extended use of
the .vbs. Of course I can use the .vbs to write out a .txr file. but
that limit my use the result directly. IF this is the only way, I just
have to live with it.
C Chang