mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 11:11:46 -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
|
||||
echo Bad command or file name or type command
|
||||
echo.
|
||||
pause>nul
|
||||
cls
|
||||
goto main
|
||||
:a
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue