Exequiel3k Posted July 6, 2018 Share Posted July 6, 2018 (edited) Hey, so im trying to automate the launch of switch games to ryujinx. as far as am aware, theres no way to “dump” a folder to ryujinx via the regular launchbox mechanism. I figured i could get around this with a .bat file. That said, I’ve searched without success, so I’ll give it a try here. How would you script to “grab a whole folder and dump it to .exe file” (by dumping it the .exe file it will launch ryujinx automatically). -- Note: I've tried "move [folder directory] [folder/ryujinx.exe]" but it corrupts the app and I have to reinstall it Edited July 6, 2018 by Exequiel3k spec Quote Link to comment Share on other sites More sharing options...
raisen Posted April 22, 2020 Share Posted April 22, 2020 I'm no expert when it comes to bat files but I was able to launch a switch game using the following: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @echo off call "Location of ryujinx.exe" "Location of xci/nsp etc." exit 0 so it would look something like this: ----------------------------------------------------------------------------------------- @echo off call "E:\LaunchBox\Emulators\Ryujinx Custom Build\publish\Ryujinx.exe" "E:\LaunchBox\Games\Nintendo Switch\Animal Crossing New Horizons (USA).xci" exit 0 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- the game launches but you have to manually put the emulator into fullscreen and exiting the emulator can cause the program to become unresponsive as I'm using launchbox in combination with rocketlauncher. Its a start I guess..... ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.