I want to upload an application written in DOS PB so people can
run it on the Web. This works fine but I don't want them to be
able to download it and run it on their PC's at home as it's a
commercial product. To accomplish this I thought I'd just have
the progam read a file in the local directory before it'd run.
Since this file would not be on someone's computer if the app was
downloaded the program wouldn't run. While this works fine on my
PC, it doesn't work when I upload the app to my website (Linux OS).
Can anyone tell me how I can accomplish this, either by reading the
file or by some other method.
Thanks, George Green
------------------
run it on the Web. This works fine but I don't want them to be
able to download it and run it on their PC's at home as it's a
commercial product. To accomplish this I thought I'd just have
the progam read a file in the local directory before it'd run.
Since this file would not be on someone's computer if the app was
downloaded the program wouldn't run. While this works fine on my
PC, it doesn't work when I upload the app to my website (Linux OS).
Can anyone tell me how I can accomplish this, either by reading the
file or by some other method.
Thanks, George Green
------------------
Comment