home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / protect / noticea.txt next >
Text File  |  1994-09-01  |  4KB  |  96 lines

  1. I- Introduction
  2.  
  3. 'Protect' is a program destined to programmers of 'TURBO PASCAL 7.0 DOS'
  4. wanting to protect the softwares that they build. This pack is composed
  5. of the following files:
  6.  
  7. * PROTECT.EXE     Enables to protect a standard diskette            (1)
  8. * PROTECT.ICO     The icon of the program for display under Windows (2)
  9. * PIRATES.TPU     The unit allowing to exploit the protection       (3)
  10. * TESTE.PAS       File origin example
  11. * TESTE.EXE       File compiled example
  12. * NOTICEA.TXT     This file
  13. * REGISTER.TXT    File for the recording
  14.  
  15. II- Installation
  16.  
  17. Copy the files previously enunciated "especially (1),(2),(3)" into a
  18. directory for example 'C :\PROTECT '
  19. For an use under Windows, go in the 'gestionnaire' of programs,
  20. open the menu 'Fichier', 'Nouveau' and choose the option 'Programme'.
  21. Then add until the line of command the path where got settled
  22. the program here in the occurence 'C:\PROTECT\PROTECT.EXE' and choose
  23. the icon 'C:\PROTECT\PROTECT.ICO'.
  24.  
  25. III- Restrictions
  26.  
  27. This program functions only on some diskettes formated in DOS standard.
  28. That is 5¼ DD, HD and 3½ DD, HD.  And also on MS DOS 4.0 minimum.  The
  29. type of processor is without importance.
  30.  
  31. III- Utilization
  32.  
  33.         1-Protect.exe
  34.         Insert a blank diquette, formated into one of the readers
  35.         Launch 'PROTECT.EXE'
  36.         Enter the name of the reader where is the diskette
  37.         For example 'a' and type the key Return Carriage.  In the case
  38.         of a mistake, the key Back-Space
  39.         Then enter the code of protection of the diskette, for example
  40.         here input 'Code-Cles nicolas'
  41.         If all the operations are unfolded without problem, the
  42.         program will notify it to you.  In the opposite case verify that
  43.         the diskette is standard PC and also if this is in writing
  44.         modes.
  45.  
  46.         2-The unit PIRATES.TPU
  47.         VAR Lecteur         : CHAR;
  48.             Codesecret      : STRING;
  49.         FUNCTION TEST       : BOOLEAN;   {TRUE ou FALSE}
  50.         FUNCTION NUMERODISK : BYTE       {1..255}
  51.         PROCEDURE FAUX;
  52.          Lecteur represents the reader into which the protected diskette
  53.         is insert. By default it is 'A'. It returns to you programmer to
  54.         modify it according your uses.
  55.          Codesecret is the code that you entered during the use
  56.         of 'PROTECT.EXE' in the protected diskette.  By default it is
  57.         initialize to 'Code-Cles nicolas'. The writing MAJ /MIN has an
  58.         importance.
  59.          TEST is a function referring true or false according to that if
  60.         the values of the protections are identical to the one gone in
  61.         previously during the use of 'PPROTECT.EXE'.
  62.          NUMERODISK is specially used for the installation of a
  63.         program.  Indeed at each execution of this, it increase
  64.         the diskette of a number of installation and sends back the current
  65.         active number 1 to 254.  That is to the programmer to specifying the
  66.         number of possible installation in his program 'INSTALL'.  If it
  67.         refer the value 255, this means that the operation is finished
  68.         by a failure, either of reading or of writing to the diskette.  It
  69.         is also to the responsibility of programmer to test if the diskette
  70.         is the well one protected (by TEST) and to adjusting all the
  71.         parameters of necessary installation to his program before sending
  72.         the function Nunerodisk.  Indeed, each utilization increased the
  73.         number of the recognition number of installation before sending back
  74.         the number of this that her subtracted 1.
  75.         By default 'PROTECT.EXE' installs the number '1' into the diskette
  76.         protected.
  77.          FALSE represents a display whichc you will be free to using.
  78.  
  79.         3-L'exemple
  80.         It's the simple aplication of the the unit 'PIRATES.TPU'
  81.  
  82. IV- Registering
  83.  
  84. This program is limited to an use of 15 days.  If you are satisfied and
  85. count to use it out this delay it is on your duty to regulating the License
  86. for its use.  In this case, you will receive the complete notice the original
  87. codes and a licence number of support technique and also the ulterior stakes.
  88. For the regulation please return the file REGISTER.TXT fulfilled to
  89. the following address:
  90.  
  91.         M. Chan Piu Nicolas
  92.         28 Rue Charles Montaland
  93.         Bat 2
  94.         68100 Villeurbanne
  95.         FRANCE
  96.