subodh_gis Posted May 10, 2016 Posted May 10, 2016 can we lock lisp with a MAC Address of laptop or pc so that other pc can't run that. or any other security advise so that other system can't run it. thanks Quote
halam Posted May 10, 2016 Posted May 10, 2016 Roll out AutoCAD LT or switch to Sketchup PRO. Will save you money and effort. What security issue did you had with lisp anyway? Quote
iconeo Posted May 10, 2016 Posted May 10, 2016 You could design the LISP so it only runs with certain usernames (case sensitive). Really low level security though... (if (= (getvar "loginname") "loginname") (progn (command "_modemacro" (strcat "DIMSCALE=$(getvar,DIMSCALE) " "HPASSOC=$(getvar,HPASSOC) " "DIMASSOC=$(getvar,DIMASSOC) ")) (princ) ) )(princ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.