Home > Net >  Changing the Lua command in CMD
Changing the Lua command in CMD

Time:03-30

I've just added Lua to my enviroment variables, but now, every time I need to run a lua command, I have to write lua52 main.lua. My question is, is there a way to change that command so that I can write lua main.lua instead?

CodePudding user response:

Yes you can rename lua52.exe into lua.exe.

  • Related