Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Facebook Hashtag Viewer 1.0
- :noHash
- echo Please type the hashtag without the hash (#)!
- echo (example: swag for #swag) or type "exit" to close the application.
- set /p hashtag=Hashtag:
- if "%hashtag%"="" goto noHash
- if "%hashtag%"="exit" exit
- start https://www.facebook.com/hashtag/%hashtag%
- goto noHash
Advertisement
Add Comment
Please, Sign In to add comment