From 58e02ffe680b3875a484f009828368c6fb049c4f Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 16 Apr 2018 10:48:35 -0400 Subject: This isn't DOS silly --- run_win.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'run_win.bat') diff --git a/run_win.bat b/run_win.bat index 827caff..d4132bb 100644 --- a/run_win.bat +++ b/run_win.bat @@ -16,9 +16,10 @@ if %start% == debug goto ad if %start% == no goto cexit if %start% == No goto cexit if %start% == exit goto cexit +if %start% == easteregg goto easter if %start% == other goto error :error -echo Bad command or file name or type command +echo Bad command echo. pause>nul cls @@ -34,6 +35,10 @@ goto add git pull node bot_discord.js --debug goto ad +:easter +echo Hey... there is no easter egg... +cls +goto main :cexit echo Exiting... pause>nul -- cgit v1.2.3