How to compile from command line?

Monkey Forums/Monkey Beginners/How to compile from command line?

consty(Posted 2014) [#1]
Hello there, now what I want to do is to do a command line compilation.

I type this command and everything compiles and works fine (I have set the path C:\MonkeyX77a\bin).

"transcc_winnt" -target=Desktop_Game -config=Debug -run "program.monkey"


However, I can't run the application, it supposed that the run parameter could help. I wonder how the TED ide allows this.


consty(Posted 2014) [#2]
Hi there. I don't know exactly what happened but now it works, I guess that I had to make a restart of the operating system. Very strange but that's OK. :)