Page 1 of 1

Command line tool for quickly compiling scripts

Posted: 16 Jan 2016, 18:45
by B-$hep
I attached the command line tool for quickly compiling scripts.
You just extract the 1 folder and the exe to somewhere.
Make a shortcut of the exe on your desktop.

And now you can just drop the .mis file into that shortcut and it will compile it without any questions.
In WIN7 and newer just make sure the exe has write access. Usually they dont have that on drive C:\

I use it on D:\

If there are errors in compiling, it will show dialog. If there are no errors then it will just compile and the generated .scr file will be put on the same folder where .mis file is.
Hacking the miss2 is too much work and its pointless. Because i have new compiler ready soon.

Here is antivirus scan results for miscomp.exe
https://www.virustotal.com/en/file/5ec5 ... 452968420/

Its clean.

Enjoy

Re: Command line tool for quickly compiling scripts

Posted: 16 Jan 2016, 23:15
by Sektor
Cool. Why not make it fully command line and output the good/bad results in the console? It's still useful without that, especially if your own compiler will be released soon.

Re: Command line tool for quickly compiling scripts

Posted: 17 Jan 2016, 09:19
by B-$hep
I will do that.
If i understand correctly then there should be one pure console app instead of the pure GUI app.
And that console app will display all the stuff from miss2, like miss2 was the real console app.

Interesting idea.