Re: Editor
- Posted by bugmagnet Dec 05, 2014
- 6535 views
VERY nice work. I just associated the mLite interpreter with .m scripts (as below in an admin shell), edited a script, pressed F5 and got the right response from the mLite interpreter. Now all we need to do is detect a crash and parse the error, and be able to pass parameters to the script.
ftype mlite=c:\bin\mlite.exe -i - -f "%1" %* assoc .m=mlite
Suitably impressed,
bugmagnet