Skip to content

Instantly share code, notes, and snippets.

@testingbot
Created September 17, 2015 10:35
Show Gist options
  • Save testingbot/0966138403d1903c61a4 to your computer and use it in GitHub Desktop.
Save testingbot/0966138403d1903c61a4 to your computer and use it in GitHub Desktop.
example prerun on testingbot
@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