Created
September 17, 2015 10:35
-
-
Save testingbot/0966138403d1903c61a4 to your computer and use it in GitHub Desktop.
example prerun on testingbot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo "==========================================" | |
echo "======== Running prerun.bat file! ========" | |
echo "==========================================" | |
C:\test\wget.lnk --no-check-certificate "https://s3.amazonaws.com/xxx.jar" -O C:\test\mycode.jar | |
java -jar C:\test\mycode.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment