Hi,
(a) you have to run -repair and -delete_empty in 2 steps
(b) repair works good to repair the header boundaries. If the reader tries to read behind the data it maybe fail, both, the 32 and 64 bit version. But: The 64 bit version has a
new error handling. If a read error on one file occur, the program stops. To force to continue on (read) errors you have to use '-errors_ignore'.
lasinfo64 -i %INPUT_FOLDER%\*.las -repair -delete_empty -cores %NUM_CORES%
-errors_ignore
will lead into the same behavior than the old version.
Cheers,