diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 10:46:16 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 10:46:16 -0400 |
| commit | f77600d11bc85722f38e2379c4a2ffe71d72cf1a (patch) | |
| tree | 7c80f30a96e7f21322fa514de09bb281172144f5 /run_win.bat | |
| parent | 8ab00f876fe29574e4688312d4ed4f8e408ac8ef (diff) | |
| download | AleeBot-f77600d11bc85722f38e2379c4a2ffe71d72cf1a.tar.gz AleeBot-f77600d11bc85722f38e2379c4a2ffe71d72cf1a.tar.bz2 AleeBot-f77600d11bc85722f38e2379c4a2ffe71d72cf1a.zip | |
Added clearing screen when there's bad command
Diffstat (limited to 'run_win.bat')
| -rw-r--r-- | run_win.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_win.bat b/run_win.bat index 9a9f2ab..827caff 100644 --- a/run_win.bat +++ b/run_win.bat @@ -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 |
