Last active
June 23, 2017 18:04
-
-
Save rschuetzler/5380448 to your computer and use it in GitHub Desktop.
Batch script to allow adding notes to Evernote from Launchy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
rem Add item to Launchy Runner with: | |
rem Program: C:\path\to\evernoteadd.bat | |
rem Arguments: "$$" "$$" | |
rem The %~2 removes the opening and closing quotes in the argument | |
echo %~2 | "C:\Program Files (x86)\Evernote\Evernote\ENScript.exe" createNote /n "_INBOX" /i %1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Launchy 2.5.0 shows only "name" and "url", no "arguments"... How do I do?