Skip to content

Commit

Permalink
Merge pull request #6155 from nbq/fix_multi_bat
Browse files Browse the repository at this point in the history
Fixed Multibot Windows Batch File
  • Loading branch information
nbq authored Jul 28, 2017
2 parents b3d7b4f + 573c185 commit 09bf0ea
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions windows_bat/PokemonGo-Bot-MultiBot-Start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ if '%1'=='ELEV' (del "%vbsGetPrivileges%" 1>nul 2>nul & shift /1)


:startBot
REM CLS
REM ECHO.
REM ECHO.
REM ECHO --------------------Initializing web server--------------------
REM ECHO.
REM ECHO.
REM set BatchPath="%~dp0"
REM start cmd.exe /k "CD %BatchPath%&CD..&CD web&python -m SimpleHTTPServer"
REM ECHO.
REM ECHO.
CLS
set BatchPath="%~dp0"
ECHO.
ECHO.
ECHO --------------------Starting bot--------------------
ECHO.
ECHO.
Expand Down

0 comments on commit 09bf0ea

Please sign in to comment.