autolisp Posted June 25, 2010 Posted June 25, 2010 Dear All acad.vlx virus remove my acad. vlx file im using autodsek soluation any idea how to automatic load any (xyz.vlx) file without put any code acaddic.lsp (defun cleanvirus( / lspfiles lspfile x) (setq lspfiles '("acad.vlx" "logo.gif")) (foreach lspfile lspfiles (while (setq x (findfile lspfile)) (progn (vl-file-delete x) (princ "\nDeleted file ") (princ x) );progn );while );foreach ) (cleanvirus) Quote
Freerefill Posted June 25, 2010 Posted June 25, 2010 Create a blank text file and rename it (extension included) to acad.vlx. Overwrite the existing file. Also, google is your friend. http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=13717811&linkID=9240617 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.