Page 1 of 1

How to open database from command line?

Posted: Fri May 13, 2016 1:36 pm
by Peter7885
How to open database from command line? Is that possible?

Re: How to open database from command line?

Posted: Sat May 14, 2016 5:12 am
by usbpoweredfridge
Hi,

Yes, it is possible - just pass the database name+location at the end of the command line. For example, I have CN installed to c:\Test. In that folder, is a DB named Notes.db, so my command line to open that DB is:
C:\Test\CintaNotes.exe Notes.db

If the DB is in another folder, then you need to include the full path to the DB as well - don't forget quote marks if the path has spaces in it.

Chris

Re: How to open database from command line?

Posted: Sat May 14, 2016 7:13 am
by Peter7885
Thanks!

Re: How to open database from command line?

Posted: Wed May 18, 2016 5:28 pm
by CintaNotes Developer
Excellent answer - I would't do it better :) Thanks, Chris!