Do any programmers out there know how to do this?
I was thinking about intercepting every call to
"open" a file, (server side) and only permitting
access to another specific DOS/MS Windows process,
which could then read and execute this file. All
other access would be denied on the server using a
NLM.
Anyone have any ideas on this?
The idea is to make it impossible to copy the files,
yet still have users execute these files.