I have a script file (.m), which I need to distribute for execution. How can I read/write protect it? thanks
Asked
Active
Viewed 40 times
0
-
1See Encode. – alephalpha Oct 09 '13 at 03:33
-
ah...it works exactly the way I want. thanks. I guess there is not issue with running encoded .m files from command line. Also, still not sure, if a .m file encoded and distributed, can be decoded by others? For instance, see the definition of Encode[]: <<dest decodes the file before reading its contents. – dude Oct 09 '13 at 05:25