One small issue I don't know how to solve if the Lua script were to be in a batch file is the first line being
"rem =nil BATCH_PROGRAM=[[ " followed by
"@echo off ". This will echo that line when ran from a command line window. Maybe someone figured this out?
I still don't know what start.cmd does ...
But can rem =nil ... replaced by ::line1:: ... ?
Batch file will ignore anything after first : As a batch label, it will also not echo the line. |