vitalyrodnenko / geeknote

Console client for Evernote.
2.11k stars 330 forks source link

how to write geeknote python script in PS1 Powershell file? #347

Open dflamholc opened 8 years ago

dflamholc commented 8 years ago

I'm a long time user of Evernote and now learning python for a 3d package i work with so very excited to find geeknote. Now I wonder how to call a gnsync.py script in a powershell .ps1 script?

Below works in powershell directly obviously, but I'm at a loss as how to put this in a ps1 file that can be called run by my other code.

C:\Users\User\geeknote\geeknote-master\geeknote> python gnsync.py --path c:\users\user\documents --mask "*.ps1" --notebook "PS1"

any advice much appreiciated ;) cheers david