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