Jump to content
The simFlight Network Forums

Closing a program via FSUIPC


Recommended Posts

Hello.

I am using the latest FSUIPC6 version and I'm trying to close a program via FSUIPC after I exit the simulator and it does close it from the taskbar but when I check Task Manager under "Details" it is still showing there. The program in question is Navigraph SImlink and the line that I added to FSUIPC6.ini is:


[Programs]

Run1=CLOSE,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
 

Is there something that I am missing?

 

Thanks.

 

Link to comment
Share on other sites

11 hours ago, Samaritano said:

Run1=CLOSE,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
 

Is there something that I am missing?

Some programs don't close properly with the close option, so try the KILL option instead:
    Run1=KILL,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
or you can use both:
    Run1=CLOSE,KILL,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe

John

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.