- Notifications
You must be signed in to change notification settings - Fork 0
Examples
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