Project | Add new item ...

G

Guest

gives a list of options, inclusing VBScript file.

How do you use the code in the VBScript file?
 
N

Nicholas Paldino [.NET/C# MVP]

Hmm, not for anything that .NET uses. Perhaps it is for something else,
like an install project, or something of that nature.
 
M

Mythran

AA2e72E said:
gives a list of options, inclusing VBScript file.

How do you use the code in the VBScript file?

This allows a developer to create a VBScript that he can then "include" in a
web site using the "<script language='vbscript' type='text'
src='vbsfilehere'>". The developer can also create VBScripts that run on
their local machine using WScript. WScripts are powerful scripts that can
perform most tasks that an administrator can ask for.

Personally, I use them to execute regasm on our development, test, QA, and
production servers to register our COM+ components via a Remote Desktop
connection window. Since we don't allow ASPNET to have access to modify the
registry, we do it manually and our VBScript (converted into an HTA) allows
us to do this without writing a separate .Net application and without having
to manually type in the regasm commands every time we deploy.

HTH,
Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top