Skip to content

Instantly share code, notes, and snippets.

@rschuetzler
Last active June 23, 2017 18:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rschuetzler/5380448 to your computer and use it in GitHub Desktop.
Save rschuetzler/5380448 to your computer and use it in GitHub Desktop.
Batch script to allow adding notes to Evernote from Launchy
@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
@tombrito
Copy link

Launchy 2.5.0 shows only "name" and "url", no "arguments"... How do I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment