PS Script partial binary coding - how?
Hi,
I have a PS .jsx script which I want to finalize and give to some other users.
Since there are some variables and filepaths which depend on the user environment the users need to and shall be able to change them in the source to their personal preferences.
This bit covers the first 20 or so source lines.
After that the code is fixed and I do not want them to change it. Now I do know I can export stuff as binary as a whole but that would cause everything to be unreadable and unchangeable - not desired.
If have seen a script which did behave like what I wanted but I do not know how to do it myself.
The other thing put some scrambled stuff in between eval("..........");
And the lines in there always end with a backslash.
Any hints?
