lua-users home
lua-l archive

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


Am 07.12.2013 11:28, schrieb Coda Highland:
Windows has the CON: ... I don't have a way to test it at the moment. /s/ Adam

terminal = io.open("CON")
for line in terminal:lines() do
  print(line)
end

works for me on Win7
--cheers
Frank