arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 05 giugno 2013 : 11:36:10
|
interessante discussione su protezioni file lisp
(setq run (getvar "_pkser")) (if (or (= run "440-123456789")(= run "440-123456780")) (princ "\nSecurity check passed") (progn (princ "\nYou have tried to run my software on a non authorised machine") (princ "\nPlease contact me 123 456 789") (/e) ) )
|
|