Skip to content

pedromagician/CMD_InputBox

Repository files navigation

InputBox

InputBox for Windows command line.

Redistributable x86 packages [https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170] are required to run the program

bench

@echo|set /p="@set mytmp=">1.bat\
@inputbox -message "Message ..." >>1.bat\
@call 1.bat\
@echo %mytmp%
@SET mytmp=null
@FOR /F "tokens=*" %%i IN ('InputBox.exe -title Title -message "Message..." -default text') DO @SET mytmp=%%i
echo %mytmp%

About

InputBox for Windows command line.

Topics

Resources

License

Stars

Watchers

Forks