Advertisement
Guest User

Untitled

a guest
Nov 19th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. @ECHO Off
  2. IF exist %PROGRAMFILES(X86)% GOTO main
  3. REM GOTO main32
  4.  
  5. :main32
  6. ECHO Livestreamer Batch script
  7. ECHO Input the url of the streamer.
  8. ECHO Example:own3d.tv/SaintVicious or twitch.tv/wingsofdeath
  9. Set /p Input=Go:
  10. ECHO It will show the quality possibilities of streaming.
  11. timeout /T 2 > NUL
  12. "C:\Program Files\Livestreamer\livestreamer.exe" %Input%
  13. set /p quality=Now write the quality you want to watch in:
  14. "C:\Program Files\Livestreamer\livestreamer.exe" %Input% %quality% > nul
  15.  
  16. :main
  17. ECHO Livestreamer Batch script
  18. ECHO Input the url of the streamer.
  19. ECHO Example:own3d.tv/SaintVicious or twitch.tv/wingsofdeath
  20. Set /p Input=Go:
  21. ECHO It will show the quality possibilities of streaming.
  22. timeout /T 2 > NUL
  23. "C:\Program Files (x86)\Livestreamer\livestreamer.exe" %Input%
  24. set /p quality=Now write the quality you want to watch in:
  25. "C:\Program Files (x86)\Livestreamer\livestreamer.exe" %Input% %quality% > nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement