Advertisement
0XYGeN

launch.bat

Oct 16th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. REM Path to Flash standalone player:
  2. set flash="flashplayer_15_sa.exe"
  3.  
  4. REM Path to cURL:
  5. set curl="curl.exe"
  6.  
  7. for /F "usebackq tokens=5 delims== " %%i in (`call %curl% www.clickerheroes.com ^| findstr /C:"<object type=\"application/x-shockwave-flash\""`) do start "" %flash% %%i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement