Skip to content
cshnik edited this page Jun 15, 2017 · 1 revision

Show Alexa site rank with Chrome when hostname is in clipboard
Command line:
chrome.exe chrome:\newtab http://www.alexa.com/siteinfo/%CLIPBOARD_TEXT%

Delete file (wait 3 seconds before deletion)
Command line:
%ComSpec% /k timeout 3 & del "C:\Downloads\1.txt" & exit

Clone this wiki locally