documentation

Announcements, questions
Post Reply
mst
Posts: 5
Joined: 29 Oct 2016, 12:01

documentation

Post by mst » 29 Oct 2016, 12:11

Hello,
I search a small documentation which commands are good for what!

For example: How can I start an exe-file?
'if (button == string.byte('C')) then lmc_spawn("calc")'
works well opening the win-calculator, but how can I open a custom application?

Thank verry much for a good answer ;-)

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: documentation

Post by admin » 31 Oct 2016, 09:09

In general all available commands should be covered by HowTos section of this forum: http://www.hidmacros.eu/forum/viewforum.php?f=12
Some other documentation is at github wiki: https://github.com/me2d13/luamacros/wiki

To your question: lmc_spawn call external program. So any exe file at your path (or with the path included) can be started (like calc.exe)
Petr Medek
LUAmacros author

Post Reply