Page 2 of 2

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Fri Jan 16, 2015 6:28 pm
by Aeliss
Really nice, I m disgusted to don't have enought place for a real cabinet.
Retro-cube...Catchy name...
Lol yep, I m have take his name too for mine ^^, I like it too. Fortunately he did not yet put copyright on it.

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Fri Jan 16, 2015 6:53 pm
by N13770.U2
Yo!!

They can use the RETROCUBE name without problems !!!
If you put the credits by N13770.U2, I thank you!  ;)

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Mon Jan 19, 2015 3:37 pm
by N13770.U2
Yo!!

Hi Jedi!!!

See if it was correct to delete the a2600 file:

-----------------------------------------------
@echo off
:start

:: add as many systems ini's to delete
del "%~dp0\mGalaxy\Data\Atari 2600\lastSelected.ini"

:: now re-wright the .ini files with the game you want to start with
echo _ ATARI 2600>> "%~dp0\mGalaxy\Data\Atari 2600\lastSelected.ini"

:: now setting to loop every 5 sec
timeout /t 5 /nobreak
goto start
------------------------------------------------

Questions:

- Where do I put this file?
- It is a batch file for each system?
- Can I put any .bat name?

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Tue Jan 20, 2015 9:51 pm
by Aeliss
You can put the file where you want, but you need to chnage path according to the new place. with a path like that "%~dp0\mGalaxy\Data\Atari 2600\lastSelected.ini" you just need to put the file on the same drive, all folders working, it's absolute path.

You can make only 1 bat for all system.

I haven't tried this bat but we are forced to rewrite an empty file in the bat ? Just deleting it isn't enought ?

For me I think 5s is too slow, too much disk activity.

And you can call it like you want.

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Wed Jan 21, 2015 9:45 am
by N13770.U2
Yo!!

Thanks for the information Aeliss!
I'll try again.

N13770.U2

Re: mGALAXY - Disable the new function "last selected" (RETROCUBE)

Posted: Mon Jan 26, 2015 9:18 am
by N13770.U2
Yo!!

Worked!

I put all the patchs in the same file and put in the start!

Thank you all for help !!!!