BatchHacker

Facebook Hashtag Viewer 1.0

Feb 26th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Facebook Hashtag Viewer 1.0
  3. :noHash
  4. echo Please type the hashtag without the hash (#)!
  5. echo (example: swag for #swag) or type "exit" to close the application.
  6. set /p hashtag=Hashtag:
  7. if "%hashtag%"="" goto noHash
  8. if "%hashtag%"="exit" exit
  9. start https://www.facebook.com/hashtag/%hashtag%
  10. goto noHash
Advertisement
Add Comment
Please, Sign In to add comment