Home All Groups Group Topic Archive Search About
Author
7 Feb 2006 8:19 PM
rodchar
hey all,

can i call a vbscript within my windows service?

thanks,
rodchar

Author
7 Feb 2006 9:07 PM
Herfried K. Wagner [MVP]
"rodchar" <rodc***@discussions.microsoft.com> schrieb:
> can i call a vbscript within my windows service?

Check out 'System.Diagnostics.Process.Start'.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
8 Feb 2006 5:51 AM
rodchar
thank you.

Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "rodchar" <rodc***@discussions.microsoft.com> schrieb:
> > can i call a vbscript within my windows service?
>
> Check out 'System.Diagnostics.Process.Start'.
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>