1

I need to start an exe on Windows from a flutter app build for Windows.

enter image description here

In the app, when "Avvia SedisRemoteController" is pressed, an exe installed on Windows should run.

Anyone knows how to do it with the code? The command for windows cmd is simply

"C:\Program Files (x86)\Sedis Remote Controller\SedisRemoteController.exe"

1 Answer 1

2

I founded a workaround: using

https://pub.dev/packages/open_file/example

Adding this

OpenFile.open("C:/Program Files (x86)/Sedis Remote Controller/SedisRemoteController.exe");
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.