lua-users home
lua-l archive

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


Mel Wilson wrote:
Stephen Kellett wrote:

Whenever I run things from the command line I'd always do it as

lua My_prog.lua etc
or maybe explicitly specify which lua to use.

There's a Windows analog to this that lets people do click-to-run without file associations. Create a shortcut to the source, then edit the Properties of the shortcut, and put that command line in as the shortcut's command line.

What about right click associations? On my Windows desktop, I can
right click a .bat file (for example) and either run it, or edit
it with my favorite editor, or zip it using 7 zip.

The application (editor, 7zip, lua?) adds the right click association,
so that you can do what you want...

Just a thought.

Ralph