closemul looks like it can do what I need!
I'm not understanding it though.
DO I just edit the ini file?
Here is what I see in the ini:
[Parameters]
Exit Key 1=ESC
Exit Key 2=
Extract=
Extracted Ext 1=
Extracted Ext 2=
Pre Command=
Post Command=
Mount Program=
Mount Device=
Mount Parameters=
Registry File=
Automation=
Automation Steps=
Automation Delay=
Program=
Program 2=
Param Before File=
Param After File=
File=
Snap 1 Search=
Snap 2 Search=
Snap Extension=
Snap Source Folder=
Snap 1 Dest Folder=
Snap 2 Dest Folder=
Quit Management=
Quit TimeOut=
Disable Quotes=
so I put the program under Program= like:
Program=G:\3darcade\emulators\PC_games\doujin\MBACWIN\mbacPC.exe
now i dont see auto=, autosteps=, and autodelay= as stated in the readme:
- Keyboard Automation (Automatically load games for emulators that don't support command line)
For the automation to be active you must use the auto= parameter to set the "Window Title" of your Program.
You can define a list of keyboard commands to be executed right after the Program is launched, in the .ini or by using
autosteps="command1,command2" (autosteps="ALT+F, O, FILE, ENTER, F2")
You can optionally set a time to wait between commands with autodelay= (defaults to 50 milliseconds).
The list must be comma separated, with or without spaces.
You can use Special Commands, Prefixes+Keywords, Keywords, or plain text.
Prefixes: SHIFT+ CTRL+ ALT+ WIN+ (e.g. ALT+F, ALT+TAB, SHIFT+TAB... WIN+ usually requires a lower case letter: WIN+e)
do I use automation=, Automation Steps=, and Automation Delay=?
they dont seem to be working for me. Even if i type in what is stated in the read me. It does launch the game, but doesnt press enter.
edit:
or do I just make a batch file? I tried- doesnt seem to work for me either
closemul.exe auto= G:\3darcade\emulators\PC_games\doujin\MBACWIN\mbacPC.exe autosteps= "ENTER,ENTER" autodelay=1000