MR MAN Posted February 16, 2009 Posted February 16, 2009 (edited) I HAVE THIS LINES IN MY ACAD.LSP FILE (setvar "modemacro" "WELCOME MR MAN") (setvar "CMDECHO" 0) (command "pdmode" 1) (command "UCSICON" "N") (command "-osnap" "cen,end,nea,mid,int,per") (command "ortho" "on") (command "adcenter") (command "toolpalettes") (command "PLINEWID" "0") (setvar "CMDECHO" 1) (princ) ) WHEN AUTOCAD START IT GIVE ME THAT error: extra right paren on input WHAT THIS MEAN Edited June 25, 2013 by SLW210 Code Tags! Quote
ASMI Posted February 16, 2009 Posted February 16, 2009 error: extra right paren on inputWHAT THIS MEAN This mean extra right paren on input ) Quote
MR MAN Posted February 16, 2009 Author Posted February 16, 2009 I Mean Where The Error In Lines Which Give That Error Quote
dbroada Posted February 16, 2009 Posted February 16, 2009 I HAVE THIS LINES IN MY ACAD.LSP FILE (setvar "modemacro" "WELCOME MR MAN") (setvar "CMDECHO" 0) (command "pdmode" 1) (command "UCSICON" "N") (command "-osnap" "cen,end,nea,mid,int,per") (command "ortho" "on") (command "adcenter") (command "toolpalettes") (command "PLINEWID" "0") (setvar "CMDECHO" 1) (princ) [color=red][b])[/b][/color] WHEN AUTOCAD START IT GIVE ME THAT error: extra right paren on input WHAT THIS MEAN the line in red? Quote
Lee Mac Posted February 16, 2009 Posted February 16, 2009 This mean extra right paren on input ) Haha, this made me laugh ~ ASMI, you always make things so clear Quote
dbroada Posted February 17, 2009 Posted February 17, 2009 thanks dbroada for your helpASMI did the work, I just looked. Quote
MR MAN Posted February 17, 2009 Author Posted February 17, 2009 ok thanks for you and him you are a good frind Quote
Gipslove4u Posted June 24, 2013 Posted June 24, 2013 I have same peroblem with my CAD... I removed all my lisp routine from lisp startup suite.. but nothing happend and problem remained same.. moreover their is another problem which i have seen few days back... Whenever I open a Cad file, a Lisp file is created in same directory named "acaddoc". Does anyone suggest any solution..!! Any help will will be appreciated.. Quote
dbroada Posted June 24, 2013 Posted June 24, 2013 I think if newly created acaddocs are appearing you could have an AutoCAD virus. Search this site, there is much discussion and at least one solution. Quote
neophoible Posted June 24, 2013 Posted June 24, 2013 I think if newly created acaddocs are appearing you could have an AutoCAD virus. Search this site, there is much discussion and at least one solution.This looks like the one, or one of the ones, you are referring to: http://www.cadtutor.net/forum/showthread.php?58117-acad-viruse/page2. Quote
Gipslove4u Posted June 25, 2013 Posted June 25, 2013 okkks.... I will look for same.... btw thanks for your reply Quote
BlackBox Posted June 25, 2013 Posted June 25, 2013 (edited) I have same peroblem with my CAD... I removed all my lisp routine from lisp startup suite.. but nothing happend and problem remained same.. moreover their is another problem which i have seen few days back... Whenever I open a Cad file, a Lisp file is created in same directory named "acaddoc". Does anyone suggest any solution..!! Any help will will be appreciated.. I think if newly created acaddocs are appearing you could have an AutoCAD virus. Search this site, there is much discussion and at least one solution. FWIW - Blacklist for AutoCAD® (coming soon) It's relatively easy to find and remove malicious code that targets AutoCAD® once one has been infected, but the infection has already taken place... The only option then, is to be 'highly reactive', which is less than desirable to any manager of a successful business. The bigger issue... Read more. ... A bit of background: Regretfully, my "Antivirus for AutoCAD®" plug-in is still in the process of being renamed to "Blacklist for AutoCAD®" per our ADN friend's suggestion (even though the plug-in still does the exact same thing). I guess they (Autodesk) didn't like 'someone' suggesting that their shiny new, 'well' thought out, Security protocol (staring with AutoCAD 2013 SP1) was somehow insufficient. :wink: In any event, since I was 'under the hood', I thought I'd take the time to add in some planned enhancements as well (from the original submission). ... Read more. Edited June 25, 2013 by BlackBox 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.