diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 10:55:27 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 10:55:27 -0400 |
| commit | 4f0f577d23f1c53620b62296f38eb8b36c7a4af1 (patch) | |
| tree | e483dd49e41eff830a020c3fb9d1bbaeeff82fa5 /run_win.bat | |
| parent | 08a01dbe9f787e5edb0dedb31499b861bc7f48ca (diff) | |
| download | AleeBot-4f0f577d23f1c53620b62296f38eb8b36c7a4af1.tar.gz AleeBot-4f0f577d23f1c53620b62296f38eb8b36c7a4af1.tar.bz2 AleeBot-4f0f577d23f1c53620b62296f38eb8b36c7a4af1.zip | |
Making a bash-like input
Diffstat (limited to 'run_win.bat')
| -rw-r--r-- | run_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_win.bat b/run_win.bat index d4132bb..7335276 100644 --- a/run_win.bat +++ b/run_win.bat @@ -8,7 +8,7 @@ echo 2. You will need to edit this file that you ran, and remove the 'git pull" echo 3. Finally, you must credit the developers (AleeCorp Developers will work fine). echo -------------------------------------------------------------------------------- echo To start the bot when you are ready, type in 'Yes/yes/y' or type in 'debug' to enter debug mode. -set /p start=> +set /p start=user@AleeBot:~$ if %start% == Yes goto a if %start% == yes goto a if %start% == y goto a |
