Autoloading a command

Discussion in 'AutoCAD' started by rjdrw, Oct 8, 2004.

  1. rjdrw

    rjdrw Guest

    I want to have "SSX" autoload so I don't have to type it in everytime. I have a command created that uses this but will not recognize SSX until I enter the SSX command and escape out of it.
    I am a first time fiddler with customizing and know very little about this. So please be very specific so I can follow what you are doing.

    Your help would be greatly appreciated
     
    rjdrw, Oct 8, 2004
    #1
  2. rjdrw

    The Cad Man Guest

    Modify your acaddoc2000.lsp file, add this with the rest of the autoload
    functions:

    (autoload "ssx" '("ssx"))

    Make sure acad as a support path the location of the ssx.lsp file.

    have a command created that uses this but will not recognize SSX until I
    enter the SSX command and escape out of it.
    this. So please be very specific so I can follow what you are doing.
     
    The Cad Man, Oct 8, 2004
    #2
  3. rjdrw

    rjdrw Guest

    Thanks for everyone's help.

    I find this service from AutoCAD to be a great production tool for everyone who wants to learn the full potential of AutoCAD.
     
    rjdrw, Oct 11, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.