Overview What started as a simple PowerShell script to clean up RetroPie ROMs has grown into a full suite of tools for managing retro gaming distributions. The suite now supports multiple distros including Batocera, Retrobat, Recalbox, Lakka, and RetroPie, and covers everything from cleaning and organizing ROM sets to scraping validation, orphaned file cleanup, and …
Category: General
Apr 28 2015
Determine If A Date Is Between Two Dates
If you need to know if a date is between two dates, you can easily figure this out by treating the date as a number and doing comparisons. This can be useful for instances where you need a script to do a different task on different months, days, years, etc. Let’s start with our first …