Skip to main content

If you use the full path to the fme.exe in the batch file, the right version of FME will be used.


@erik_jan

where to use full path in .tcl or .bat , please share example.


If you use the full path to the fme.exe in the batch file, the right version of FME will be used.

Like this for my FME 2016.1.0.1 version:

 

"C:\\Program Files\\FME_2016_1_0_1\\fme.exe" "C:\\Temp\\my_workspace.fmw"

 

Like this for my FME 2017.0 version:

 

"C:\\Program Files\\FME_2017_0\\fme.exe" "C:\\Temp\\my_workspace.fmw"

 

If installed the same way I do (different folders for different versions and I have 6 versions installed at the same time).

 

 


Reply