Often you want to stop the script in the batch file and wait for the user to press Enter, or variables to process on Windows 11, 10, ... and MS Server OS!
Here is a simple script, usually the pause command is used to wait until the user has pressed a key. The calculator script is well suited to understand how to read out / use the values of the user input (under Windows 11, 10, .... and MS Server)!
Here the values are queried with set /p num1= and set /p num2= and then added.
After the last pause, you wait for any key and jump to the ":start" point!
It is easy to rename files in batches using a script or command prompt in lower and / or upper case letters on Windows 11, 10, and MS Server OS Everyone