It looks like you're new here. If you want to get involved, click one of these buttons!
@echo off
echo Hello this is a test batch file
pause
@echo off
echo \"echo mode off\"
pause
@echo off
echo \"echo mode off\"
pause
@echo off
echo Pause demo
pause
echo I hope you had understand
pause
@echo off
echo Demo for cls
pause
cls
pause
@echo off
echo Message box test
msg * The End
pause