On Friday 29 March 2002 02:53 am, you wrote:
> On Wednesday 27 March 2002 12:41 am, you wrote:
> > What's wrong with this command line?  I'm pretty sure that it worked
> > before...
> >
> > ./romalizer -c 9 -r /home/frankcox/mameromstemp -d /home/frankcox/temp -x
> > /usr/games/xmame.x11 -f /home/frankcox/mameromstemp/*
> >
> > All that I get is this:
> >
> > bash: ./romalizer: bad interpreter: Argument list too long
>
> I have created a new argument (-A) which will add all roms in the current
> directory to the parameter list (bypassing bash):
>
> romalizer -A ; # checks all ROMs found in PWD
> romalizer -A pacman ; # checks all ROMs found in PWD and pacman
> romalizer -A ~/059/* ; # checks all ROMs in PWD and ROMs in 059/
>

Actually, I changed this so that -A takes a directory as a parameter and 
romalizer will add all ROMs found in that directory.   For example:

romalizer -A /mame/roms -A ~/059/ -A . pacman ~/058/x*

The above line verifies all roms found in the /mame/roms directory, all roms 
found in the ~/059/ directory, all roms found in the current directory, 
pacman, and all roms that start with x found in the ~/058/ directory.

Hope that makes sense :)

Regards,
Chris

_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to