slashguns04 Posted February 7, 2016 Author Share Posted February 7, 2016 Help Config Sega Model 2 this script no wok @echo off :: Change these to relevant paths (NO QUOTES) set roms=F:\Sega Model 2 oms set emu=F:\Sega Model 2\emulator_multicpu.exe set exe=emu_name.exe ::############################################################### ::############################################################### ::############################################################### :: Change nothing below here. ::############################################################### set batloc=%~dp0 :: Creates a temp filelist of the romset cd /d "%roms%" for /f "delims=" %%f in ('dir /A-D /B /O:GEN') do echo %%~nf>> "%batloc%\filelist.txt" cd /d "%batloc%" :: Creates a temp batch file which serves as the template to be duplicated echo cd ..> template.bat echo start "Emulator" "%emu%\%exe%" %%~n0>> template.bat :: Creates a "launcher" batch file for each entry in the filelist mkdir "%batloc%\output" set output=%batloc%\output for /f "usebackq delims=," %%b in (`TYPE filelist.txt`) do copy template.bat "%output%\%%b.bat" del filelist.txt del template.bat :: Moves each batch file to it's own folder cd /d "%output%" for %%m in (*.bat) do ( md "%%~nm" 2>nul move "%%m" "%%~nm" ) :: Finish up msg * Finished! Now rename all folders to the game name. start "" "%output%" Quote Link to comment Share on other sites More sharing options...
DOS76 Posted February 7, 2016 Share Posted February 7, 2016 Why do you even need to use a script? I just run the emulator and it loads games fine setup the manage emulator like this Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 7, 2016 Share Posted February 7, 2016 I am confused, what is this script even for? You don't need this at all if you just import your games and set your emulator. Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 7, 2016 Share Posted February 7, 2016 We gotta stop answering at the same time Derek. xD Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted February 7, 2016 Author Share Posted February 7, 2016 ok thanks now I try and let you know Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 7, 2016 Share Posted February 7, 2016 Where did that script even come from? I don't think anyone here has posted a script for launching games. I know we have scripts for auto mounting discs and AHK, but... Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted February 7, 2016 Author Share Posted February 7, 2016 work thank you script I found it here https://www.launchbox-app.com/forum/emulation/command-line-parameters-arguments/page-5#p2582 It also helped to set up Amiga cd32? please Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 7, 2016 Share Posted February 7, 2016 Ah, I see now. Well thankfully you can add Arcade games natively now so this is not needed anymore. You said it worked, so are the games in LaunchBox and launching? Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 7, 2016 Share Posted February 7, 2016 There is a thread on the forums for the Amiga CD. https://www.launchbox-app.com/forum/dosbox/amiga-cd-32-1#p10510 Search the forums please, I am gonna delete your other thread. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted February 7, 2016 Author Share Posted February 7, 2016 -f cd32.uae -s quickstart=cd32,0 -cdimage= load only bios amiga cd32 no load games 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.