Skip to main content
Question

Launch CommandLine

  • November 22, 2018
  • 2 replies
  • 13 views

I want to launch Command Prompt from within FME

 

Specifically, I want to actually launch the command prompt screen.

 

If I put "cmd.exe" (or a variation) into the SystemCaller, it just runs and logs the text you would see in Command Prompt

 

I actually want to launch command prompt.

 

It needs to be launched as it requires user interaction that is not present in the workspace and cannot be fed by a parameter

 

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

david_r
Celebrity
  • 8394 replies
  • November 22, 2018

Try to simply type "start" in the SystemCaller:


Try to simply type "start" in the SystemCaller:

Thank you.

 

Slightly annoying as I thought I'd tried that!

 

Yes, it worked