-
Notifications
You must be signed in to change notification settings - Fork 0
Reference Command Line
github-actions[bot] edited this page Sep 20, 2026
·
1 revision
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"- Quote paths that contain spaces.
- The scan uses the same logic as Check for Missing Images; the status bar shows the result.
- Folder paths are stored, so the next start without arguments reuses them.
- There are no other switches; all other behavior is configured through the application menus.
FindRomCover — find and download missing cover art for your retro gaming ROM collection.
Getting Started
User Guide
- Interface Overview
- Folders & Scanning
- Local Files Search
- Web Search (Google Web & Bing Web)
- Google Custom Search API
- Image Handling
- Missing Covers List
AI Vision Assist
- AI Vision Assist
- Providers & Models
- AI Settings
- Picking Covers
- Batch Fill
- Query History
- Recommended Models
- AI Troubleshooting
Configuration
- Settings Overview
- Themes & Appearance
- Similarity Algorithms
- Supported Extensions
- Data Storage
- Logs & Diagnostics
Reference
Development
More