Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- :start
- echo|set /p= Deploying NecroBot..."
- CD "C:\PokemonAPI\Bot\NecroBot\"
- START /MIN "" "NecroBot.exe"
- TIMEOUT /T 1800
- :Restart
- @ECHO NecroBot killed...
- TASKKILL /F /IM "NecroBot.exe"
- echo|set /p= Redploying NecroBot...
- CD "C:\PokemonAPI\Bot\NecroBot\"
- START /MIN "" "NecroBot.exe"
- TIMEOUT /T 1800
- GOTO :Restart
- :End
- PAUSE
- CLS
Advertisement
Add Comment
Please, Sign In to add comment