https://github.com/scottgriv/vbscript-greetings_program
A simple VBScript program that will greet you depending on the string length of your name.
https://github.com/scottgriv/vbscript-greetings_program
greetings greetings-program vbscript
Last synced: about 2 months ago
JSON representation
A simple VBScript program that will greet you depending on the string length of your name.
- Host: GitHub
- URL: https://github.com/scottgriv/vbscript-greetings_program
- Owner: scottgriv
- License: unlicense
- Created: 2023-09-20T03:53:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:28:25.000Z (4 months ago)
- Last Synced: 2025-03-28T18:32:32.667Z (about 2 months ago)
- Topics: greetings, greetings-program, vbscript
- Language: VBScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
VBScipt Greetings Program
A simple `VBScript` program that will greet you depending on the string length of your name.
---------------
## Table of Contents
- [What is VBScript?](#what-is-vbscript)
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)## What is VBScript?
`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.
## Getting Started
1. Double click the `GreetingScript.vbs` file on a Windows machine.
2. Enter your name and press `Enter`.
3. View the output.## Resources
- [VBScript - Wikipedia](https://en.wikipedia.org/wiki/VBScript)
- [VBScript - Microsoft Docs](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/t0aew7h6(v=vs.84))
- [VBScript - W3Schools](https://www.w3schools.com/asp/asp_ref_vbscript_functions.asp)
- [VBScript - Tutorialspoint](https://www.tutorialspoint.com/vbscript/index.htm)## License
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](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/vbscript-greetings_program)---------------