home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / COMMGAME / FIXDAT10.ZIP / FIXDATE.DOC next >
Text File  |  1992-04-15  |  2KB  |  53 lines

  1.  
  2. FIXDATE v1.0 (4/15/92) by Michael Paine.
  3. ════════════════════════════════════════
  4.  
  5. FixDate was designed to bypass some copy protection of some new software
  6. packages.  They believe in a 60 day only EVALUATION modes, after which
  7. the program becomes either disfunctionate or erases itself from existance
  8. (and perhaps a few other things on your hard disk!).  I felt that this
  9. "crippleware" was designed against the user.  They see the benefits of
  10. free distrubution through BBSs, but do not believe in the other "free"
  11. information that they can create.  It is a double standard, and should not
  12. be tolerated by end users who believe in a free information age.
  13.  
  14. Some of these programs "remember" if a date and time has already been used
  15. during its operation - of which it says no and aborts.  So, just resetting
  16. the clock to a previous time is not enough.  Thus, I've created a simple
  17. external program called FIXDATE.EXE  Just run it before and after the
  18. main program (no parameters necessary) and it will take care of everything.
  19.  
  20. Basically what it does is "remember" when you last ran your program and
  21. changes the internal clock to that time.  Then, when done with it, it
  22. just simply re-adjusts your clock to the real time (and remembers the last
  23. run time of your program).
  24.  
  25. What this all does for you is give you the ABSOLUTE days of use, not just
  26. a few hours a day until your evaluation time limit expires.  For example,
  27. say you only have 60 days to check out a program.  Without FixDate, you
  28. will probably only use the program at maximum 3 to 4 hours a day.  That is,
  29. at most, 4 * 60 = 240 hours of use. Not very much!  Using FixDate, by
  30. remembering when the last time you used it, will give you 60 * 24 = 1440 hours
  31. of use.  That by itself will probably last you 1440 / 4 = 360 days, or
  32. 300 EXTRA DAYS USE OUT OF YOUR PROGRAM!!!
  33.  
  34. Here's a pratical example for use in a batch file:
  35.  
  36. @Echo off
  37. cd\ultiterm
  38. FIXDATE
  39. ultiterm
  40. FIXDATE
  41. <eof>
  42.  
  43. I've installed on parameter, /R or /r, for resetting the remembered date
  44. and time to the current time.  This is in case you reinstall or do whatever
  45. to your program that might need to reset the "last use" time to the present.
  46.  
  47. Finally, if the info screen bothers you, just add a "> NUL" to the command
  48. line when you run it!
  49.  
  50. Good luck and DOWN WITH CRIPPLEWARE!!!
  51. Michael Paine
  52.  
  53.