Create new document from command line

General comments and questions. Technical support.
Post Reply
lewis50400
Posts: 1
Joined: Mon Feb 20, 2012 10:51 am

Create new document from command line

Post by lewis50400 »

Hi a cordial greeting to all.

I need to create a new file from the command line, I tried to do with Atlantis.exe / p / npd MyDocument.rtf,
but I get this error
Cannot open file c:\\program files\Atlantis\MyDocument.rtf
thank you very much for your help.
User avatar
admin
Site Admin
Posts: 2720
Joined: Wed Jun 05, 2002 10:48 pm
Contact:

Post by admin »

Sorry, but you cannot create documents in Atlantis from the command-line. The "-p" command-line switch instructs Atlantis to print an existing document file. It is preferable to include file path:

"C:\Program Files\Atlantis\Atlantis.exe" -p -npd "C:\Users\John\My Documents\Atlantis\Documents\Doc01.rtf"
Post Reply