EMULAB Forum

clrmamepro [English] => clrmame Discussion => Topic started by: yescabernetnointernet on 04 October 2023, 15:48

Title: [REBUILDER] multiple INPUT sources
Post by: yescabernetnointernet on 04 October 2023, 15:48
Heya Roman!

Is it possible to declare 1 or more paths to the -i switch?

I'm getting this error and in documentation (https://mamedev.emulab.it/clrmamepro/binaries/readme.html) there's no mention on how many INPUT paths should be used:
Code: [Select]
--input: At Most 1 required but received 2
Run with --help for more information.
Quote
-i, --input: The rebuilder input folder. This folder is checked for matching data. This option is mandatory and the folder has to exist.


I was thinking something like this:
Code: [Select]
rebuilder -i "d:\roms\oldmame" "g:\backups\mames", or this if you prefer:
Code: [Select]
rebuilder -i f:\games\fixme -i s:\data\games\mame01 -i s:\data\romsets\arcade
Title: Re: [REBUILDER] multiple INPUT sources
Post by: Roman on 04 October 2023, 16:45
Only one is currently supported ( optionally recursive ).