BatchHacker

Youtube Profile ID (visit profile) Batch!

Feb 22nd, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. REM Here is a YPI example: 106655053690837042409
  3. title Youtube Profile ID (YPI)
  4. :YPI
  5. cls
  6. echo Please enter the YPI to open the profile!
  7. echo or enter "exit" to exit the application.
  8. echo.
  9. set /p YPI=YPI:
  10. if "%YPI%"=="" goto noYPI
  11. if "%YPI%"=="exit" goto exit
  12. start http://www.youtube.com/profile_redirector/%YPI%
  13. cls
  14. goto YPI
  15. :exit
Advertisement
Add Comment
Please, Sign In to add comment