problem with system variables
Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6130
Printed Date: 01.Jun.2026 at 00:37
Topic: problem with system variables
Posted By: zode
Subject: problem with system variables
Date Posted: 23.Jun.2011 at 17:34
|
Recently all my office computers infected with some autocad virus. After each dwg we open, we have to correct the following system variables.1. mbuttonpan, 2. highlight, 3. zoomfactor.
|
Replies:
Posted By: John Connor
Date Posted: 23.Jun.2011 at 17:46
Has anyone, to your knowledge, downloaded any macros, lisp or vlx files?
Do you share drawings with another company located outside of your country?
When did you first notice the problem?
What have you done to troubleshoot the problem?
Could it be nothing more than a poorly written custom lisp routine that forgets to reset certain variables?
------------- "Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
Posted By: zode
Date Posted: 24.Jun.2011 at 11:11
|
We normally share dwgs with other contractors & consultants. There is some lisp file in all directories which norton AV detected and cleaned. But the damages are already done. It is about 10 days now. Thanks for reply.
|
Posted By: John Connor
Date Posted: 24.Jun.2011 at 12:10
I suppose you could include some lines of code in your acaddoc.lsp file that would reset the variables each and every time AutoCAD is started.
Have you reported the problem to AutoDesk?
I got to thinking about this and I'm wondering if you already have an acaddoc.lsp that is setting these variables (wrongly) for you. It might be wise to check first. Use the FINDFILE command to locate all instances of an acaddoc.lsp file.
At the command prompt type (findfile "acaddoc.lsp) and press ENTER. This should result in a path and file name being returned. Use this information to retrieve the file, open it and read it.
------------- "Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
|