Click to See Complete Forum and Search --> : Evaluation Software


chuxs
06-01-2004, 04:32 PM
hi, how do i create an application that can only run 4 a period of time(evaluation software)?

PeOfEo
06-01-2004, 07:31 PM
an actual exe huh? I think one way would be when it is installed to hide a text file somewhere (like in the depths of the windows folder) and within that put the install date in it, and then do a date diff whenever the program starts and make sure it is within the time period, if they register change some characters in that file.