Skip to main content
Solved

run on quick translator just by double click?

  • March 12, 2024
  • 1 reply
  • 67 views

kushtrim
Contributor
Forum|alt.badge.img+1

Hello FME community, I have a workspace which I always run with quick translator. Since my user parameters are never going to be changed, is there a way that I can simply double-click on this file and it runs with quick translator without the need to click OK or press Enter to confirm the user parameters? 

Best answer by nielsgerrits

I think not. What you can do is to create a .bat file to run the workspace commandline with parameters. The instructions are in the first lines of the log when you run it in Form. Something like:

Command line to run this workspace:
C:\apps\fme_2023_2_2\fme.exe "C:\Temp\New folder (28)\none2none.fmw" --Integer "4" --FME_LAUNCH_VIEWER_APP "YES"

Also see

https://support.safe.com/s/article/batch-processing-method-1-command-line-or-batch-fi

and

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/Working_with_Command_Files.htm

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.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • March 12, 2024

I think not. What you can do is to create a .bat file to run the workspace commandline with parameters. The instructions are in the first lines of the log when you run it in Form. Something like:

Command line to run this workspace:
C:\apps\fme_2023_2_2\fme.exe "C:\Temp\New folder (28)\none2none.fmw" --Integer "4" --FME_LAUNCH_VIEWER_APP "YES"

Also see

https://support.safe.com/s/article/batch-processing-method-1-command-line-or-batch-fi

and

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/Working_with_Command_Files.htm