@echo off echo "Choose the file size" echo "A:10MB" echo "B:20MB" echo "C:30MB" choice /c ABC /m "Choose Now :)" I saved this script in the batch file and when tried executing it in a shell , it goes on and on in an endless loop and doesn't allow the user to choose ... Why is it happening . :cry: I...