| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
FindRomCover accepts optional command-line arguments to pre-fill the ROM and image folders. This is useful for launching the application from a launcher, a script, or a file manager.
FindRomCover.exe [ImageFolder] [RomFolder]
| Arguments | Behavior |
|---|---|
| none | Start with the folders from the last session |
| one | The argument is used as the Image Folder |
| two | The first argument is the Image Folder, the second is the ROM Folder; a scan starts automatically |
Only existing directories are accepted. If a path does not exist, it is ignored and the application starts with the stored folders instead.
Start with only the image folder:
FindRomCover.exe "D:\Covers"
Start with both folders and scan immediately:
FindRomCover.exe "D:\Covers" "D:\ROMs"
Use it from a shortcut or batch file:
@echo off
start "" "C:\Tools\FindRomCover\FindRomCover.exe" "D:\Covers" "D:\ROMs"FindRomCover — find and download missing cover art for your retro gaming ROM collection.
Getting Started
User Guide
AI Vision Assist
Configuration
Reference
Development
More
| Back | FazBrowse Home | New Git URL |