1
Python and Java API / Re: Run script on start
« on: January 22, 2014, 06:34:40 AM »
Hey guys. If you're on Windows, you can accomplish this by placing a script in "C:/users/<user name>/AppData/Local/AgiSoft/PhotoScan Pro/scripts" I guess that's not exactly the same as starting it from a command line, but is still pretty helpful.
I've been using that to create menu items on startup for employees to click rather than running scripts manually (another pretty useful feature).
I've been using that to create menu items on startup for employees to click rather than running scripts manually (another pretty useful feature).
Code: [Select]
app = PhotoScan.Application()
app.addMenuItem("Some Button", some_function)