Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :START
- echo ###########################################################################
- powershell %APPDATA%\livestreamer\twitchstream.ps1
- set /p stream=enter twitch username:
- echo Choose stream quality
- echo 1. mobile
- echo 2. low
- echo 3. medium
- echo 4. high
- echo 5. source
- echo 6. audio
- choice /C:123456
- if errorlevel==1 set streamquality=mobile
- if errorlevel==2 set streamquality=low
- if errorlevel==3 set streamquality=medium
- if errorlevel==4 set streamquality=high
- if errorlevel==5 set streamquality=source
- if errorlevel==6 set streamquality=audio
- livestreamer twitch.tv/%stream% %streamquality%
- goto START
Add Comment
Please, Sign In to add comment