Skip to main content

 

We have installed both 32 and 64 bit version of fme on same machine. We are running a bat file that has the following struncture: fme python script.py which runs fine and is using the fme 64bit version(that was the first one installed on the computer).

 

 

Afterwards we have installed the 32 bit version on same machine and we are tring to use a bat file that has the same structure as the one mentioned above but running the 32 bit fme version.

 

Has anyone an ideea about how can this be done? Thanks :)

Fully qualify the path for the fme.exe for the version you want to use.

 

Example

"C:\Program Files\FME\fme.exe"

 

If your path has spaces in it, be sure to double quote.


Reply