VBS - Auto update script
Before switching to WSL2 and the Linux console, I wrote VBS scripts from time to time. It looks like VBA but for the DOS console.
A VBS script for DOS is a text file written in the Visual Basic Scripting Edition (VBScript) programming language that can be executed directly from the DOS command prompt. It allows you to automate tasks and perform repetitive operations on your computer.
It's just like Linux Bash scripts but for the DOS.
Do you think it would be possible to offer an auto-update function in such scripts? The answer is yes.