Jump to content

FSX GO wish


Guenseli

Recommended Posts

Hello,

I posted this also in the german forum, but it seems here would be the better place and more activity.

Feel free to delete my post in the german forum...

I purchased FSX GO and I'm very satisfied.

Really good is the function "Launch using"!

What would be great would be  the functions: "start the following programs before/after FSX" and "close these programs when FSX will be closed:"

should be explain enough...

there a re several tolls which must be started or ended together with FSX, so this function would be very helpful.

regards,

Günter

FSS0070842

Link to comment
Share on other sites

Hi

To start a program before FSX is easily done in the batch file in FSXGO.  The line below placed into your batch file checks to see if the program splash screen is running, if it isnt it then starts it. Im afraid I dont know how to close a program when FSX finishes though. Maybe someone else could help there.

  \fsx.exe</LaunchFile>

  <SplashScreenActive>false</SplashScreenActive>

  <SplashScreenFile />

I hope this helps

Ken  :)

Link to comment
Share on other sites

Hi

Here is a batch with a line  to start fslimiter. Notice that from your batch file you can start other batch files as in the very top section where GA Traffic off bat is started. Just make sure that FSLimiter is at the end of you batch file.  I hope this helps.

@echo off

::calls bat file GA Traffic off

call "C:\Users\Ken\My Documents\FSX Go Profiles\GA Traffic off.bat"

::testing to se if app is running in task list

::if not running then start app

tasklist /FI "IMAGENAME eq nost_LM.exe" 2>NUL | find /I /N "nost_LM.exe">NUL

if "%ERRORLEVEL%"=="0" goto next

start /d "C:\Program Files (x86)\Belkin\Nostromo\" nost_LM.exe

:next

tasklist /FI "IMAGENAME eq TrackIR5.exe" 2>NUL | find /I /N "TrackIR5.exe">NUL

if "%ERRORLEVEL%"=="0" goto next1

start /d "D:\Program Files (x86)\NaturalPoint\TrackIR5\" TrackIR5.exe

:next1

tasklist /FI "IMAGENAME eq ASA_Exec.exe" 2>NUL | find /I /N "ASA_Exec.exe">NUL

if "%ERRORLEVEL%"=="0" goto next2

start /d "E:\Program Files (x86)\HiFi\ASA\" ASA_Exec.exe

:next2

tasklist /FI "IMAGENAME eq fsx_g15.exe" 2>NUL | find /I /N "fsx_g15.exe">NUL

if "%ERRORLEVEL%"=="0" goto end

start /d "C:\Program Files\Logitech\GamePanel Software\Applets\" fsx_g15.exe

:next3

start J:\"Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\FPS Limiter\"FPS_Limiter.exe /r:D3D9 /f:30 /x:OFF /l:OFF "J:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe

:end

I hope this helps.

Ken  :)

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...