Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Launch a FrameMaker document from a command line

Community Expert ,
Aug 02, 2021 Aug 02, 2021

Can I launch FrameMaker and a specified document with a Windows command line call? If so, what is the syntax? Thank you.

733
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 02, 2021 Aug 02, 2021

Try

<fullepath-to-FM-exe> /f <full-path-to-FM-file>

 

Example:

"c:\program files\adobe\adobe framemaker xxxx\framemaker.exe" /f "c:\test\test.fm"

Translate
Community Expert ,
Aug 02, 2021 Aug 02, 2021

I don't have an answer, but can can spare you one dead end. The FM7 printed manual has multiple pages on the FMbatch command line options for Unix, but nothing for Windows (or MacOS).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 02, 2021 Aug 02, 2021

Try

<fullepath-to-FM-exe> /f <full-path-to-FM-file>

 

Example:

"c:\program files\adobe\adobe framemaker xxxx\framemaker.exe" /f "c:\test\test.fm"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 04, 2021 Aug 04, 2021

Tassos, this really works as expected!

In my case: "H:\Adobe\FrameMaker.15en\Adobe FrameMaker 2019\FrameMaker.exe" /f D:\Private\Familie\Klaus\Gesundheit\health-diagram.fm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021
LATEST

There is however a big warning about wrapping such a command into a script or batch file: See https://community.adobe.com/t5/framemaker/using-framemaker-as-a-command-to-generate-an-output-eg-pdf...

Therein Stefan Gentz cites the license:

2.1.7.2 For clarification and without limitation, the foregoing does not permit Customer to install or access (either directly or through commands, data, or instructions) the Software: (e) for operations not initiated by an individual user (e.g., automated server processing).

But IMHO the term individual user allows me to start a Windows command which will in turn start FM with an associated FM file. But there must not be a loop calling FM for multiple files or something like that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines