Skip to main content
Solved

How do I specify a specific installation or version of FME to use in my batch file?

  • November 24, 2016
  • 2 replies
  • 34 views

fmelizard
Safer
Forum|alt.badge.img+21

How do I specify a specific installation or version of FME to use in my batch file?

 

 

This Knowledge Center article explains the syntax and use-cases, but 'fme' always gives me a version of FME I don't want!

 

https://knowledge.safe.com/articles/1384/fme-batch-processing-methods-1.html

Best answer by erik_jan

Another option that I used before is making a copy of the fme.exe application and rename that copy using the version number (e.g. fme2015.exe, fme 2016_1.exe) and use that in the batch file.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • November 24, 2016

To launch the workspace with a specific version/build of FME using a batch file, replace 'fme' with the full path to the fme.exe application located in the installation folder of the version/build you would like to use!

e.g. C:\\apps\\FME\\fme.exe C:\\Downloads\\workspace.fmw


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • November 25, 2016

Another option that I used before is making a copy of the fme.exe application and rename that copy using the version number (e.g. fme2015.exe, fme 2016_1.exe) and use that in the batch file.