A simple VBScript
program that will greet you depending on the string length of your name.
VBScript
is a scripting language developed by Microsoft. It is a subset of the Visual Basic
programming language and is used to program ActiveX
controls and Active Server Pages
(ASP). It is mostly used in the Windows environment for tasks such as automating processes, data manipulation, and user interface design.
- Double click the
GreetingScript.vbs
file on a Windows machine. - Enter your name and press
Enter
. - View the output.
This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.
- The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the LICENSE file in this repository.
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch