mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 19:21:47 -05:00
Added clearing screen when there's bad command
This commit is contained in:
parent
8ab00f876f
commit
f77600d11b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue