Microsoft Flight Simulator | Open All Your Apps With One Click | Batch File

  Рет қаралды 4,983

OverKillSimulations

OverKillSimulations

Күн бұрын

Subscribe to Patreon at Tier 2 or 3 and have access to my Discord channel and ALL of my guides and updates each month!
OverKill's Patreon: / overkill_productions
Want to purchas a guide? Be sure to donate $10USD via the paypal link below and EMAIL OVERKILLSIMULATIONS@GMAIL.COM and let me know which guide you would like.
Donate to the Channel: www.paypal.com...
Hello Everyone and welcome back to Microsoft Flight Simulator! Today, I want to show you all a very easy way to manage all of your 3rd party applications at one time with one simple click by using a batch file to open multiple applications and web pages. It can get very annoying trying to open all the apps and mods for your simulator. Hopefully, you'll all find this useful!
0:00 Intro
My Specs
Ryzen 9 3900XT
32GB DDR4 G.Skill RGBneo (Specifically engineered for AMD Ryzen)
Nvme Gen 4 M.2 storage
RTX 2080Ti
4k resolution
Pimax 5K+ Virtual Reality Headset
#microsoftflightsimulator #msfs2020 #pilot2atc #mods #tools #liveries #VR

Пікірлер: 28
@LesGainous
@LesGainous 3 жыл бұрын
As mentioned in other responses, I too, use the fast launch option of MSFS and have been ever since release day. Also, instead of copying the path to the file and then copying the file name, you can do it all in one action... Simply highlight (select) the file in File Explorer, shift-right-click and choose "Copy as path". Your clipboard now contains the fully qualified path and name, complete with quotation marks. Additionally, double colons also function as comment lines in a command file. Finally, name your command file as *.cmd, as opposed to *.bat. CMD is Microsoft's more recent version of the command interpreter and gives more functionality with ERRORLEVEL statuses.
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
I love you guys lol! I love the knowledge you all share! Thank you!
@pajx3
@pajx3 3 жыл бұрын
Microsoft’s built in solution for launching apps with MSFS is the EXE.XML configuration file. See forums.flightsimulator.com/t/start-multiple-programs-on-msfs-startup-with-this-exe-xml-tip/350698
@russellharris5072
@russellharris5072 3 жыл бұрын
I have the XPforce app to support my force feedback II joystick,which actually starts MSFS for me and the settings can only be accessed from within the sim from the taskbar app popup.It works but the author has a reputation for never answering emails..........................
@GilYoder
@GilYoder 3 жыл бұрын
I use this to start MSFS within my batch files: start shell:AppsFolder\Microsoft.FlightSimulator_8wekyb3d8bbwe!App
@mikeevans2352
@mikeevans2352 3 жыл бұрын
PayPal says organizations page is broken?
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
Ummm that's not good
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
Fixed!
@asmitde8301
@asmitde8301 3 жыл бұрын
You can also launch multiple applications along with MSFS using the old exe.xml file. Just edit the file and add a couple of tags for your applications. Once MSFS loads past its loading screens, the listed applications will load up automatically. File location: C:\Users\\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\exe.xml I have SimToolkitPro added like this: SimToolkitPro False C:\Users\\AppData\Local\simtoolkitpro\SimToolkitPro.exe Of course, this will only work for MSFS, not X-Plane 😅
@arcangelkq
@arcangelkq 3 жыл бұрын
Nice video, just wish more was being done for the VC / VR users, as nearly 95% of apps for flight sims cant be used while trying to fly the thing with a black box on your face.
@D800Lover
@D800Lover 3 ай бұрын
I see that "- -" is used as comment in above video example, but mine needs to use "::" and why is that?
@able724
@able724 3 жыл бұрын
Thanks for the vid. I found a bat command line that will launch MSFS2020 from a .bat file. C:\Windows\System32\cmd.exe /C start shell:AppsFolder\Microsoft.FlightSimulator_8wekyb3d8bbwe!App "-FastLaunch" I can't claim credit for it though. aero943 in a forum on avsim posted it there. If you like, I can provide a link to the forum post where I found it.
@Poseidon6363
@Poseidon6363 3 жыл бұрын
"C:\WINDOWS\System32\cmd.exe /C start shell:AppsFolder\Microsoft.FlightSimulator_8wekyb3d8bbwe!App -FastLaunch" make this a shortcut and it bypasses all the intro screens,
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
Really!!??
@Poseidon6363
@Poseidon6363 3 жыл бұрын
@@OverkillSimulations Yep, been using this since day 1, it by passes the asbo intros etc.
@BostonClipper
@BostonClipper 3 жыл бұрын
If you have the steam version of Microsoft Flight Simulator 2020 this works: @echo off start steam://rungameid/***id*** echo Do not press a key until Microsoft Flight Simulator 2020 loads. TIMEOUT /T 150 start **path**\Pilot2ATC_2020.exe Where: Get your id for Flight Simulator and replace ***id*** Get your path for Pilot2ATC and replace **path** 150 seconds is random. Use a safe number for your system to load Microsoft Flight Simulator 2020 plus a little buffer. This time allows you to walk away.
@wollaminfaetter
@wollaminfaetter 3 жыл бұрын
Great idea. Thanks.
@willynanita
@willynanita 3 жыл бұрын
Thank you for another great video! My Bat has 6 apps to launch. I used the direct link to my flights in simbrief, instead of simbrief.com (less clicks for me).
@Steve-gh7um
@Steve-gh7um 3 жыл бұрын
start /min application.exe will start the application in minimized window.
@SleepingFiber
@SleepingFiber 3 жыл бұрын
One thing I miss is how to start applications with "Run as Administrator" like Aivlasoft EFB2 inside a .bat file. Hopefully you can add this in the comments.
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
On the particular .exe Right click Properties Compatibility CHECK Run as administrator
@tiptop641
@tiptop641 3 жыл бұрын
if you get the latest version of FSUIPC7 that will auto launch fs2020 when its run you can also use Bat to Exe Converter then you can add an icon picture
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
Yeah I mentioned that. Just used it as an example lol
@jeromeballard6259
@jeromeballard6259 3 жыл бұрын
My CPU could never....
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
Could never??
@jeromeballard6259
@jeromeballard6259 3 жыл бұрын
@@OverkillSimulations P2ATC kills my CPU for whatever reason, then it stops responding. Might have to find another ATC application
@OverkillSimulations
@OverkillSimulations 3 жыл бұрын
@@jeromeballard6259 that's really strange
DCS World | Custom Views Tutorial
20:37
OverKillSimulations
Рет қаралды 14 М.
Microsoft Flight Simulator 2020 | Clean Up Stuttering | Improve Your Graphics
27:52
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 10 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 90 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 17 МЛН
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 10 МЛН
A32nx ILS Tutorial | FlyByWire Instrument Approach
16:37
Real Sim Pilot
Рет қаралды 34 М.
How to get better performance in Flight Simulator 2020
20:08
JayzTwoCents
Рет қаралды 637 М.
Microsoft Flight Simulator | OverKill's Top Ten | Addons and Tools
35:05
OverKillSimulations
Рет қаралды 28 М.
Every Button and Switch on the TBM 930 Explained | The Complete Tutorial | MSFS
22:50
Microsoft Flight Simulator 2020 | VR Optimizations | Performance Improvements
27:00
Tutorial #3 - Camera Setup - Microsoft Flight Simulator
23:15
Squirrel
Рет қаралды 543 М.
Side by Side Graphic Setting Comparison - Microsoft Flight Sim 2020
48:44
VR Flight World
Рет қаралды 1 МЛН
MSFS 2020 | FREE Replay Tool - Flight Recorder
7:23
FilbertFlies
Рет қаралды 112 М.
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 10 МЛН