lua-users home
lua-l archive

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



On Oct 1, 2018, at 1:32 PM, Elias Hogstvedt <eliashogstvedt@gmail.com> wrote:

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.