btw your autochan is not compatible with cu025beta (=.25+utilities)
the following i think was posted in the wrong threat, so ill past it here:
Ok,
so what we want is:
-for it to read iso/zip or mount/unmount
-for it to change settings per game per console
-multi console ability
-autorun
-run from dirs by doubleklick
(yesterday just after my last post i received a double power box 2 with corrupted drivers and i've been trying to make it work anyway so i didn't have to much time spend in the making of the following), but this is what i have so far:
The menu ounts/unmounts the game and starts chankast, but does not start the game(If the next chankast will get command line, or a shortkey to press start, then that can be done pretty easy as well) The text under the picture is to show that it also works by doubleclick in explorer per game, so i can doubleklick the surf rocket racer file and it will mount and start chankast. The menu closes when the game chankast is booted(neeed processor time badly

but that can be set to stay open very easy. The menu looks like this:
:start
set selection=%@REPLACE[ ,,%@SELECTIONBOX[Dreamcast :%@CHAR[13 10 13 10]1. Surf Rocket Racer%@CHAR[13 10]2. 18 Wheeler American Pro Trucker%@CHAR[13 10]3. Aerowings II - Airstrike%@CHAR[13 10]4. Blade of Berserk%@CHAR[13 10]5. Exit]]
if(compare "%%selection%%"="1") gosub option1
if(compare "%%selection%%"="2") gosub option2
if(compare "%%selection%%"="3") gosub option3
if(compare "%%selection%%"="4") gosub option4
if(compare "%%selection%%"="5") gosub option5
if(compare "%%selection%%"="5") goto end
if(selectionboxok)goto start ELSE goto end

ption1
if (mount 0,D:\my shared folder\emulators\dreamcast\games\SUrf Rocket Racer (Works)\Surf Rocket Racers.cdi) gosub success ELSE goto showerror
exit 0
:success
Chankast_alpha_25.exe
return
:showerror
messagebox Error mounting image
exit 1
return

ption2
if (mount 0,D:\my shared folder\emulators\dreamcast\games\18 wheeler american pro trucker 1 or 2 players(Works)\18_wheeler_kouji.cdi) gosub success ELSE goto showerror
exit 0
:success
Chankast_alpha_25.exe
return
:showerror
messagebox Error mounting image
exit 1
return

ption3
if (mount 0,D:\my shared folder\emulators\dreamcast\games\Aerowings II 1 or 2 players(Works)\Aerowings 2 - Airstrike.nrg) gosub success ELSE goto showerror
exit 0
:success
Chankast_alpha_25.exe
return
:showerror
messagebox Error mounting image
exit 1
return

ption4
if (mount 0,D:\my shared folder\emulators\dreamcast\games\Berserk 1 player(Works)\Berserk.cdi) gosub success ELSE goto showerror
exit 0
:success
Chankast_alpha_25.exe
return
:showerror
messagebox Error mounting image
exit 1
return

ption5
return
:end
And if a menu is unwanted but a doubleklick from the explorer is the thing wanted then it would look something like this per file:
if (mount 0,D:\my shared folder\emulators\dreamcast\games\Aerowings II 1 or 2 players(Works)\Aerowings 2 - Airstrike.nrg) gosub success ELSE goto showerror
exit 0
:success
Chankast_alpha_25.exe
return
:showerror
messagebox Error mounting image
exit 1
return
The files made are edited in notepad or other text editors and can be converted to .exe files. the tool used is the tool i posted above.
As far as compatibility;
-epsxe +epsxecutor should work(but i had problems booting the games from epsxecutor so that dead ended for me..anyway, psx=covered
-chankast can load/unload and run chankast but config cannot be changed(although autochan if propperly adapted could change that)
-1964 0.99 has a command line bug, so atm that doesn't work, but i believe project64 can so i will check that later(but if working settings can be changed).
these are all i searched for, if the emulator has a command line option, the game will be able to be implemented in the menu. If you happen to know a lot of emulators and a lot of command line syntaxes per emulator, it would be nice to post some here,would speed things up a lot
One thing is missing however to reaaaaallly make it sweet, that is an automated menu maker that scans for games and such,...but 1 step at the time..