• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

password per aprire autocad

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
hello to all
I was wondering if you can create a lsp routine that, when opening autocad (when the drawing file is opened1.dwg), show a msgbox with the request of a password to proceed.
Thank you
 
try setting the prototype design protection password (.dwt) used, acadiso.dwt for example.
 
if autocad start (customized new file:dwt) in this way asks me the password is true, but if I click on "nothing" is all useless because it remains open drawing2.dwg
 
My purpose is to have a lsp routine to load when autocad starts, which displays a dcl with password request to continue. Is it possible for you?
 
I don't understand what it can ever do, in all cases to launch an autocad lisp must be loaded.
if it is loaded, you can also throw a lisp that asks to insert a passw to continue, but you can not prevent the cancellation of the routine (and then return to an empty design).
 
Um, I think you should explain what you want to do, not what you need. lsp routines can be interrupted, so they don't give you security at this point of view. If you want to stop someone using autocad you have other ways to do it. If you want to do something else... better than you explain well
 
what I mean:
view a password request at startup and close the program if the "nothing" button is pressed; limit the use of autocad to the only user who knows the password. can you do with a lsp?
 
Guys, try the program that I train.

copy the files to the autocad folder.
if you want the password to be requested for each file verify that the variable acadlspasdoc is at 1.

if you want the password to be requested only to the autocad apirutra the variable acadlspasdoc must be 0.

the password is nuyens (winner of the round of the Flanders of 2011), you can change it in the file lisp.
 

Attachments

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top