Home > WshBuild

WshBuild

WshBuild is a project mainly written in Visual Basic .NET, it's free.

Simple build script system using Windows Script Host and VBScript.

WshScript Build System

Copyright (c) 2010 Harry Steinhilber, Jr.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

What is it?

A simple build system written using VBScript, Windows Batch files and Windows scripting host.

But why?

Well, like most applications, it was written to scratch an itch. I have several projects at work that utilize Microsoft (R) Office databases and spreadsheets. These are projects that have grown over time, but the business is still not willing to rewrite as proper applications. They have still become complex enough that I see the need for a build system. Most build systems, however, are geared towards actual compiled (or interpretted) code bases. In this case, I need something that can handle some basic Office automation.

Is this really that useful?

Probably not. But then again, it is really only being written for a couple of projects I have at work that have very basic needs. If someone else finds it useful, though, please let me know.

How do I use it?

It is really very simple. Just check out the How to Use WshScript page at GitHub.

How can I contact you?

You can contact me through my blog Random Code Patterns or on Twitter.