Created
          June 29, 2013 18:04 
        
      - 
      
- 
        Save rschuetzler/5892079 to your computer and use it in GitHub Desktop. 
    Launcy script to add Evernote note without a title
  
        
  
    
      This file contains hidden or 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\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