I installed Erlang on my PC.
Then added the path C:\Program Files (x86)\erl5.8.4\bin to my Environment Variables -> PATH
so I can run erl.exe from CMD
And now when the the code is typed in Scite
neither of the buttons compile / build / go in TOOLS menu are active.
How am I supposed to run my program?
Should I change something in erlang.properties
Yes to the last question… If you look at some other .properties file, you will find some examples of these commands. For example, for Scala, I made the following commands:
It shows you can define your own variables and use them in the command lines. Just replace
scalawitherlang, fsc.bat or scala.bat with erl.exe or other bin (if compilation differs from running), and adapt the rest of the lines.