lua-users home
lua-l archive

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


On Fri, Apr 8, 2022 at 4:15 PM Ron Unknown wrote:
C:/"Program Files (x86)"/Lua/5.1/luac.exe -o C:/Users/admin/Desktop/IRP/5.1/##_asmh.BOC  - "C:/ProgramData/Calico Pie/Family Historian/Plugins/##_asmh.fh_lua"

The single minus sign in luac command line means "read input program from stdin" (or "stop handling options and process stdin").
So, luac waits for your input from the keyboard.
Remove the minus to read your input file.