This script will check the official Minecraft Version Manifest from Mojang to retrieve the latest release version number. It will then download the Minecraft Server jar file to the directory you specify. The script can also update your "run.bat" file to use the newly downloaded jar file.
All configuration values are stored at the beginning of the script.
This should be set to the directory that the minecraft_server.jar file is located in. Example: "C:\Games\Minecraft"
This should be set to a boolean value: $TRUE or $FALSE
This should be set to filename for the script that starts the server. Example: "ServerStart.bat"