Question

Suppressing the fme.exe command window

  • 15 December 2014
  • 2 replies
  • 2 views

Badge
I am doing a batch conversion of several thousand files using a powershell script. Unfortunately I have to do this on the same computer that I do other work, and the fme.exe command window constantly popping up is a bit of a pain. Is there any way to suppress the window popping up for every file converts?

2 replies

Userlevel 4
Hi,

 

 

have a look at this: http://stackoverflow.com/questions/1802127/how-to-run-a-powershell-script-without-displaying-a-window

 

 

David
Badge
Hi David!

 

I'm using the -NoNewWindow parameter in my script, which I think is what they are talking about in that link. However this only suppress new windows with output from the script itself (and I'm using PowerGUI script editor, so the output is all in the same window anyway). The fme.exe command window (informing me that a file is being read) still pops up for every file.

Reply