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: Delete all Rom Sets without Snap/Marquee/Video etc..?  (Read 1086 times)

0 Members and 1 Guest are viewing this topic.

RitchieTheBrit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 81
  • Last login:September 29, 2015, 12:03:36 pm
    • The Urban Dead Survivor Diaries
Delete all Rom Sets without Snap/Marquee/Video etc..?
« on: September 05, 2007, 12:33:32 pm »
Hey guys!

This one has had me puzzled for a while.  Say I want to only keep ROM Sets with a corresponding screenshot, is there any way to compare the ROM folder with the relevant support file folder, and delete all the ROMS that do not have the correct support file?

I only ask, because there's so many damn holes in my FE!  ;)

I'm guessing that Mama Content Manager could do it, with the correct DAT/INI file?
Well I say let's get out there and TW*T it!

One good knee in the happy-sacks and it'll go down like any other smegger!

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: Delete all Rom Sets without Snap/Marquee/Video etc..?
« Reply #1 on: September 05, 2007, 04:48:22 pm »
it can be done with some quick-n-ugly batch file.

May require you to use a text editor with column copy-n-paste though.

in your screenshot folder, do a "dir /b >screens.bat"
then edit screens.bat, replace ".png" (or whatever your screenshots are) with ".zip .." (or whatever file you want to delete)

then just insert at the beginning of each line "move " (that's the tough part, where a column based editor will help)

That will move all the zipfiles that match your screenshots up 1 folder.  Delete anything leftover, and move the .zip files back into the directory they used to be in.

Not pretty at all, but it should do the trick.

-jeff!

RitchieTheBrit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 81
  • Last login:September 29, 2015, 12:03:36 pm
    • The Urban Dead Survivor Diaries
Re: Delete all Rom Sets without Snap/Marquee/Video etc..?
« Reply #2 on: September 05, 2007, 05:27:23 pm »
I thought of using a batch file before, and I never knew about that /b operator, cheers!
Well I say let's get out there and TW*T it!

One good knee in the happy-sacks and it'll go down like any other smegger!