Hi all,
Before asking my question, I should explain what the situation is. I'm writing some scripts(in a very low level scripting language) for a special hardware device. There is a program from a company that reads these scripts, and send some commands to the device. I'm going to give these scripts to customers. But they shouldn't be able to see content of these scripts or copy them. So, I should write a program that pack all these scripts in a executable file and when customer runs this executable, it should copy the scripts to a special folder that the other software reads the scripts from that folder. It the other word, just a software should has permission to open my scripts and read them not customers. Does anyone has any idea?
Thanks