Jump to content

Recommended Posts

Posted (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 by SLW210
Code Tags!
Posted
error: extra right paren on input

WHAT THIS MEAN

 

This mean extra right paren on input

 

)

Posted

I Mean Where The Error In Lines Which Give That Error

Posted
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?

Posted
This mean extra right paren on input

 

)

 

 

Haha, this made me laugh :P ~ ASMI, you always make things so clear :)

Posted
thanks dbroada for your help
ASMI did the work, I just looked.
Posted

ok thanks for you and him you are a good frind

  • 4 years later...
Posted

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.. :)

Posted

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.

Posted

okkks.... I will look for same.... btw thanks for your reply :)

Posted (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 by BlackBox

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...