Script execution moon

Asked

Viewed 370 times

-1

People I want to run a script on the moon, but without having to write at the prompt every time lua (script).lua, just with his dll and executable inside the project, how could I? If they don’t understand the question, they ask me to edit it and I try to improve it

  • See http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/index.html#srlua

1 answer

0


You want to run in development (While programming the code) or when the code is already finished?

In the first case:

  • Create an archive .bat commanding lua (script).lua
  • If you use Visual Code, you can install this extension Code Runner that adds a compile button.

Second case:

  • You will need to create a executable if your application is already ready.
  • I want to create the executable, so q nn know how to use the srlua

Browser other questions tagged

You are not signed in. Login or sign up in order to post.