Skip to content

Instantly share code, notes, and snippets.

@rschuetzler
Created June 29, 2013 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschuetzler/5892079 to your computer and use it in GitHub Desktop.
Save rschuetzler/5892079 to your computer and use it in GitHub Desktop.
Launcy script to add Evernote note without a title
@ECHO OFF
rem Add item to Launchy Runner with:
rem Program: C:\path\to\evernoteaddnotitle.bat
rem Arguments: "$$"
rem The %~2 removes the opening and closing quotes in the argument
echo %~1 | "C:\Program Files (x86)\Evernote\Evernote\ENScript.exe" createNote /n "_INBOX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment