Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: -listxml ...and Mame32  (Read 4245 times)

0 Members and 1 Guest are viewing this topic.

JamieDeb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 27
  • Last login:August 25, 2004, 07:03:22 pm
  • I'm a llama!
-listxml ...and Mame32
« 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 !!

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:-listxml ...and Mame32
« Reply #1 on: August 25, 2004, 07:08:41 pm »
Isn't it mame32.exe?

JamieDeb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 27
  • Last login:August 25, 2004, 07:03:22 pm
  • I'm a llama!
Re:-listxml ...and Mame32
« Reply #2 on: August 25, 2004, 07:11:50 pm »
yes, sorry:

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

Is it the correct syntax ?


Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:-listxml ...and Mame32
« Reply #3 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?

JamieDeb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 27
  • Last login:August 25, 2004, 07:03:22 pm
  • I'm a llama!
Re:-listxml ...and Mame32
« Reply #4 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

PedroSilva

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 373
  • Last login:August 01, 2018, 08:37:57 am
  • Grettings !
Re:-listxml ...and Mame32
« Reply #5 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

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:-listxml ...and Mame32
« Reply #6 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...

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re:-listxml ...and Mame32
« Reply #7 on: August 26, 2004, 02:11:52 pm »
don't speficy the path when writing the .xml file.

C:\MAME32> mame32 -listxml > mame.xml

JamieDeb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 27
  • Last login:August 25, 2004, 07:03:22 pm
  • I'm a llama!
Re:-listxml ...and Mame32
« Reply #8 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!!