The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: JamieDeb on August 25, 2004, 07:07:23 pm

Title: -listxml ...and Mame32
Post by: JamieDeb on August 25, 2004, 07:07:23 pm
I try (without success ;-) to do a -listxml with Mame32 ?
Is it possible with that version...or only mame (not 32) version?
i'm using this syntax..is it correct (it doesn't work for me!):
c:\mame\mame.exe -listxml >c:\mame\list.xml

Thanks very much for your help !!
Title: Re:-listxml ...and Mame32
Post by: Minwah on August 25, 2004, 07:08:41 pm
Isn't it mame32.exe?
Title: Re:-listxml ...and Mame32
Post by: JamieDeb on August 25, 2004, 07:11:50 pm
yes, sorry:

c:\mame\mame32.exe -listxml >c:\mame\list.xml

Is it the correct syntax ?

Title: Re:-listxml ...and Mame32
Post by: Minwah on August 25, 2004, 07:13:23 pm
Looks right to me, try a space between > and c ?  I'm not sure if mame32 can do those commandline switches?
Title: Re:-listxml ...and Mame32
Post by: JamieDeb on August 25, 2004, 07:21:40 pm
I've tried with "regular mame (not mame).
If you put a space it dooesn't work at all.
With that syntax (and "regular" mame", I can see a DOS windows appearing and the listing of all games running...but no files written to the disk.

Could you please help ? Thnaks
Title: Re:-listxml ...and Mame32
Post by: PedroSilva on August 25, 2004, 07:24:52 pm
yes, sorry:

c:\mame\mame32.exe -listxml >c:\mame\list.xml

Is it the correct syntax ?



It worked for me but assuming you dont have mame installed it should be:

c:\mame32\mame32.exe -listxml > c:\mame32\list.xml
Title: Re:-listxml ...and Mame32
Post by: Minwah on August 25, 2004, 07:41:17 pm
I've tried with "regular mame (not mame).
If you put a space it dooesn't work at all.
With that syntax (and "regular" mame", I can see a DOS windows appearing and the listing of all games running...but no files written to the disk.

Could you please help ? Thnaks

Did you do it from a Command Prompt or from Start > Run?  Make sure you do the former...
Title: Re:-listxml ...and Mame32
Post by: SirPeale on August 26, 2004, 02:11:52 pm
don't speficy the path when writing the .xml file.

C:\MAME32> mame32 -listxml > mame.xml
Title: Re:-listxml ...and Mame32
Post by: JamieDeb on August 26, 2004, 02:49:33 pm
Did you do it from a Command Prompt or from Start > Run?  Make sure you do the former...

You're right...it now works if I use a command prompt instead of the "Start > Run" system.
Thanks very much!!