lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > - "bin2c5*.exe" and "lua5*.exe" in Windows now contain support for 
> > command line globing (so you case use "lua5.1 *.lua").
> 
> What will it do? Execute all lua scripts in a directory one by one?
> In what order?

  The shell will parse the files you selected and add them to the command
line. To do that the executable must be linked with "setargv.obj". The
"lua.c" source code was not changed.

Best,
Scuri