+ Reply to Thread
Results 1 to 3 of 3

Thread: run lisp

  1. #1
    Forum Newbie
    Using
    AutoCAD 2010
    Join Date
    Jan 2012
    Location
    GREECE-ATHENS
    Posts
    5

    Smile run lisp

    Registered forum members do not see this ad.

    Hello everybody,
    I have loaded a lisp programme in autocad 2010 (architectural ) and now I want to run it. I type the name in lowercase lettering of the lisp procedure at the autocad (2010 ) command line -as pointed in this post -

    http://www.cadtutor.net/forum/showth...n-this-archive -

    but it does not work . There is a message saying unknown command . What else should I do? to run the lisp?
    thank you in advance .
    alkisti

  2. #2
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,731

    Default

    The command is not case-sensitive and hence may be typed in uppercase or lowercase.

    How are you loading the program? (AppLoad / Startup Suite / ACADDOC.lsp / ACAD.lsp / MNL)

    Does the function definition (defun) have a 'c:' prefix?

    What program are you attempting to run (please provide a link to the program rather than post it here), and what command are you using?
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  3. #3
    Forum Newbie
    Using
    AutoCAD 2010
    Join Date
    Jan 2012
    Location
    GREECE-ATHENS
    Posts
    5

    Default

    Registered forum members do not see this ad.

    Thanks for your prompt response.

    I follow this link instructions: http://www.cadtutor.net/forum/showth...n-this-archive
    And I appload the lisp from the autocad tools menu - auto lisp - load application .

    I am trying to get rid of some unreferenced xrefs from the xref manager . with this lisp programme - taken from this post .
    http://www.cadtutor.net/forum/showth...eferenced-Xref.

    yes, it does have a c: prefix. as you ll also see by your own .

    thank you for your prompt response. It would be great if you would be able to help me....give me an idea of what i am doing wrong.

    Note down that with the loading I didnt have any problems. My problem is with running the programme.

    alkisti

Similar Threads

  1. Run a lisp in another lisp + adding answer strcat
    By Troispistols in forum AutoLISP, Visual LISP & DCL
    Replies: 2
    Last Post: 8th Jun 2012, 05:27 pm
  2. chk my new lisp & suggestion how to improve this lisp (intersecation cleane)
    By autolisp in forum AutoLISP, Visual LISP & DCL
    Replies: 4
    Last Post: 1st Sep 2010, 03:55 am
  3. Replies: 3
    Last Post: 10th Aug 2010, 04:39 am
  4. a lisp to apply 3 different lisp to 3 obj types filtered from one selection
    By gilsoto13 in forum AutoLISP, Visual LISP & DCL
    Replies: 28
    Last Post: 5th Nov 2009, 05:28 am
  5. problem, trying to running a list of lisp from within a lisp
    By twind2000 in forum AutoLISP, Visual LISP & DCL
    Replies: 4
    Last Post: 20th Aug 2007, 04:27 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts