Ambil input dari windows shell pengguna

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