Click to See Complete Forum and Search --> : VB Script and Win32 API


venkatshl
May 24th, 2001, 01:13 PM
Is it possible to access most of the Win32 API from a VBScript ?

Alternatively does server side VbScript have support for doing the following :


I am aware that there might be some security limitations.

Here is what I want to do, I want to be able to start/ create/ install a NT service from the script.

Create registry keys. [ I know that one can create/modify registry keys ] etc.

Thanks
-v