Türkçesi: Acaddoc.lsp virüs temizleme lisp programı
Actually this is not a virus, it is a worm depending on autocad lisp routines. All it does is copying itself in every folder you open a drawing. I created a lisp routine to clean all the existences of the worm from lsp and mnl files located at the autocad support folders.
Update: I created a small program to clear this virus from your lisp files. You can download it here.
Follow these steps to get rid of this worm:
- Download the routine:
acaddocfix_1.6.lsp (8.7 KiB, 20,695 hit)
- Load the lisp file using APPLOAD command
- The lisp file will run automatically and it will clean all the existences of the worm in your support folders.
- Run an antivirus or a cleaner to get rid of “acaddoc.lsp” files. Normally cleaner routine installs a simple routine in your acad20XXdoc.lsp file which automatically clean those files but i recommend cleaning all the viruses with an anti-virus first. You can also download del-acaddoc.bat dos batch file to clean all your drives manually. Run this batch once and it will delete all acaddoc.lsp files on your system.
NOTE: If any of the infected files in your Autocad Support folders are READONLY the cleaner won’t be able to clean those files !!
WARNING: This routine will install a routine to delete “acaddoc.lsp” files. If you somehow use acaddoc.lsp files remove the following lines from your acad20xxdoc.lsp starting with:
(setq acaddocfix t) ;;; ^^ ACADDOCFIX STARTS HERE ^^
Please contact me if you see an error.
Cheers!
try in command promt
del acad.lsp /f/s/q/a
thank you very much……..it worked
i was tired of deleting .lsp files
you ended my problem
thanks man,i dont believe bitdefender 2012 could not solve my problem,and this routine solve it..thanks 1 more time
Metin, thank you for this tool very much. Does it also clean acad.lsp files which shows up everywhere?
Thank u much! teshakkur! :D
This .lsp file worked on one installation of Autocad 2011 but it crashes on autocad 2011 MEP.
You can download my little application to clean up the mess here : http://metinsaylan.com/tools/lspcleaner/
i have acad.lsp file it copy it self eache time i open drawing and i can’t open cad directly i must open drawing to open autocad and i tied to use your solution but it didn’t work what should i do .
thanks
Ping: Acaddoc.lsp virüs temizleme lisp programı | Metin Şaylan