Added clearing screen when there's bad command

This commit is contained in:
Andrew Lee 2018-04-16 10:46:16 -04:00
parent 8ab00f876f
commit f77600d11b

View file

@ -20,6 +20,8 @@ if %start% == other goto error
:error :error
echo Bad command or file name or type command echo Bad command or file name or type command
echo. echo.
pause>nul
cls
goto main goto main
:a :a
git pull git pull