Jump to content
LaunchBox Community Forums

Create bat files from last game launched


Recommended Posts

Hi everyone.
I need help from you to create a plug-in for BIG BOX.
This plug-in should listen to the launch event of the game, then write it and save it in a bat file in the desired location or in the root of the BIG BOX folder (or it can save a string needed to start the game if easier). I think the code itself wouldn't be difficult, but unfortunately I don't have the skills to create it.
Could any of you help me?

Thank you

 

Dedalo

Link to comment
Share on other sites

Hi everyone
I paste below the code that should be written in the bat file by the Big Box at the launch of a rom (in this case it is marked Double Dragon)

chcp 65001
@ECHO OFF

d:
CD "d:\mame"
Groovymame64.exe ddragon -rompath "d:\mame\roms" -nowindow -joy -skip_gameinfo -record input -keyboardprovider dinput 

Would it be possible to create a plugin that does this?

thanks in advance

D.

Edited by Dedalos
Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...