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/ etc... _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
