How to clean acaddoc.lsp virus from your pc

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.

I created a small application to clear this virus from your lisp files. You can read more here.

Follow these steps to get rid of this worm:

  1. Download the routine:
     acaddocfix_1.6.lsp (8.7 KiB, 15,875 hit)
  2. Load the lisp file using APPLOAD command
  3. The lisp file will run automatically and it will clean all the existences of the worm in your support folders.
  4. 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!

  • Jack Dec 27, 2011

    try in command promt
    del acad.lsp /f/s/q/a

  • sagar mehta Dec 31, 2011

    thank you very much……..it worked
    i was tired of deleting .lsp files
    you ended my problem

Reply

Required fields are marked *

*