Navigation Menu

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
@rschuetzler
Copy link
Author

Just updated the script to get rid of the temp file. StackOverflow saves the day again.

@dshipp
Copy link

dshipp commented Apr 16, 2013

This is great, thanks! Definitely something I've always felt the Evernote app could do better. Ctrl-Alt-N for a new note is just too clunky.

@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