LISP via our Network

Discussion in 'AutoCAD' started by Charliep, Sep 29, 2004.

  1. Charliep

    Charliep Guest

    I have a LISP that I got from another site that when the command is typed in causes a fraction .SLD file to pop up. I currently have it located on my C: Drive. Is it possible to have it loaded on our Network so everyone can use the same file?
    I have tried:
    1) In my options dialog box, Files tab, Support File Search Path, to create a new path to Q:\Support.
    2) Move my files (.lsp, .sld, the orginal .dwg which I understand does nothing for the routine) to Q:\support.
    3) Go to App Load, Contents, and load Q:\support\....lsp file.
    4) I have rebooted and have not been able to get to work.
    5) My routine has
    (defun
    C:CS ...........................
    CS being the command to type in. Should C:CS be changed to Q:CS?

    What have I forgotten to do?
     
    Charliep, Sep 29, 2004
    #1
  2. Charliep

    zeha Guest

    Charliep,

    The slide can be called by 'vslide' or in a dialog with 'slide_image'

    Search in the souce ???.lsp and look if the slide is named with the fullpath, if so remove the path from the slide

    Cheers

    Harrie
     
    zeha, Sep 30, 2004
    #2
  3. Charliep

    Charliep Guest

    Thanks for the info.
     
    Charliep, Sep 30, 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.