Jump to content

(Archived) Simple Scripting Question


Recommended Posts

I'm hoping somebody knows the answer to this one - it should be very simple but I can't figure it out. I have a script that I found somewhere online that I've used for a long time. Recently we converted to a Business account so the previous notebook where this template file gets created is now a Business notebook.  I simply need to be able to specify the notebook for Pre-Tech as a business notebook. 

If I run this right now it just creates a personal notebook called Pre-Tech which isn't what I want.  Anybody know how to correct quality the business notebook for this script? 

 

 

:CONFIGURATION
Set ENScriptLocation="C:\Program Files (x86)\Evernote\Evernote"
Set EvernoteDatabase="C:\Users\myusername.TWSG\AppData\Local\Evernote\Evernote\Databases\myusername@mydomian.com.exb"
Set TemplateFile="C:\Users\myusername.TWSG\Desktop\Evernote_Templates\Pre-Tech_Evernote.enex"
Set Notebook="Pre-Tech"
 
:START
cd %ENScriptLocation%
ENScript ImportNotes /s %TemplateFile% /n %Notebook% /d %EvernoteDatabase%
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...