DotNet Version for Windows Scripting Host

Good morning,

I work in a small store (only two of us) and we currently manage the large number of .vbs scripts we would like (we would like to control zero). One of the nice things about these scenarios is that it quickly makes changes (as needed) and returns to our working days.

This is all good and good, until we decide that the work should be substantially changed, and then PITA for development and debugging, mainly because it seems to me that I'm shooting a pool with a baseball bat.

Is there another DotNet-y way to create Windows scripts similar to the scripts people used and wanted? Naturally, I would prefer free / cheap tools.

Hi,

-Alan.

+2
source share
3 answers

PowerShell is Microsoft's “Next Generation Scripting Platform”. I did not look at it in detail, but from what I heard, he tried to combine the simplicity of Unix-style pipelines with the power of a rich object model.

Regardless of what suits you what you want to achieve, I cannot say, of course, but it is certainly worth a look.

There are other .NET languages ​​that can be scripted - there are dynamic languages ​​such as IronRuby and IronPython , as well as Boo (mostly static, but with duck, enter where you want).

+5
source

http://www.csscript.net, # ( ). .

"CS- Script # FCL . CS- Script , . , ".

+4

VBScript . Microsoft , ( ). , JScript.NET, VBScript.NET.

, JScript.NET, DOTNET Scripting Host (DSH).

So, VBScript seems more or less alive and healthy. Some time ago there was even a CodeProject article Scripting .NET Applications with VBScript .

It is ultimately your choice; for me, learning PowerShell is not very large on my list of things to do, so I’ll just work with VBScript as it stands, and, as Fozzie Bear suggests, “I hope something better comes up.”

+1
source

All Articles