Receba a entrada do usuário do Windows Shell

set /p input= "Enter your input:" 
#' ' can be removeble in echo
echo '%input%'
Homeless Hamster