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: CMove clone removing batch file  (Read 1033 times)

0 Members and 1 Guest are viewing this topic.

JoyMonkey

  • Voodoo Wiki Master . . .
  • Wiki Master
  • Trade Count: (+5)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2899
  • Last login:June 16, 2025, 09:16:27 pm
  • Candy is Dandy but Liquor is Quicker
    • JoyMonkey.com
CMove clone removing batch file
« on: December 18, 2004, 02:35:17 pm »
I just updated my little batch file that will move every clone rom out of your roms folder and place it in c:\clones. This is great if you want to make your rom selection a little less bloated

The only problem with this is that a handfull of parent roms don't work, but have working clones.
 Is there a way of finding which games have a non-working parent, but a working clone?

For example, in Mame 0.89, the parent rom getstar doesn't work, but there is a working clone called getstarb.

I don't know how many games there are like this, but I'd like to find out so my script could leave the working clones alone.
« Last Edit: December 20, 2004, 11:09:27 am by JoyMonkey »

JoyMonkey

  • Voodoo Wiki Master . . .
  • Wiki Master
  • Trade Count: (+5)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2899
  • Last login:June 16, 2025, 09:16:27 pm
  • Candy is Dandy but Liquor is Quicker
    • JoyMonkey.com
Re: CMove clone removing batch file
« Reply #1 on: December 20, 2004, 10:21:59 am »
*bump*

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re: CMove clone removing batch file
« Reply #2 on: December 20, 2004, 11:25:38 am »
many frontends do this.. 

My next version of JFront has removed many features on generic sorting, but I'm working on a program to move roms based on listxml and catver information.  It will look like a FTP program (list on left and list on right... where you can move and copy selected files)... but you can select all clones with one button...

I will look into selecting all clones of non-working parents.  Should be easy to do and be useful...

Currently thought.. it tries to copy all clones (and artwork/chds/ect) around together)... because my frontend keeps track of favorite clone... and defaults to the the highest ranking (based on driver status) child if the parents status are non-good.


JoyMonkey

  • Voodoo Wiki Master . . .
  • Wiki Master
  • Trade Count: (+5)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2899
  • Last login:June 16, 2025, 09:16:27 pm
  • Candy is Dandy but Liquor is Quicker
    • JoyMonkey.com
Re: CMove clone removing batch file
« Reply #3 on: December 20, 2004, 11:34:48 am »
I've been thinking of exactly the same type of application, but my lack of programming skills isn't much help. I started learning VisualBasic with this in mind, but didn't get too far past "Hello World!".
I'm always getting emails asking when I'm going to update the batch files that I make, so an app like this would be really popular (and save me from having to update the bat files all the time  ;)).