InputBox for Windows command line.
Redistributable x86 packages are required to run the program https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
@echo|set /p="@set mytmp=">1.bat
@inputbox -message "Message ..." >>1.bat
@call 1.bat
@echo %mytmp%