Can EXPLORER be defaulted to another path?

Discussion in 'AutoCAD' started by Mark Douglas, Feb 17, 2004.

  1. Mark Douglas

    Mark Douglas Guest

    I am trying to find a way to have the EXPLORER command Default to the
    Current Folder where the current Open drawing is. Any ideas?

    Thanks for any help!!

    Mark
     
    Mark Douglas, Feb 17, 2004
    #1
  2. Mark Douglas

    Mark Douglas Guest

    Ok, Got it to work sorta with Browser. Using DWG Prefix.

    Mark
     
    Mark Douglas, Feb 17, 2004
    #2
  3. This is what I use.

    (defun c:file ()
    (startapp
    "explorer"
    (strcat "/e, "(getvar "dwgprefix"))
    )
    (princ)
    )
     
    Jason Piercey, Feb 17, 2004
    #3
  4. Mark Douglas

    Mark Douglas Guest

    Ok..yours is a lot better interface then using BROWSER.
    Thanks!!

    Mark
     
    Mark Douglas, Feb 17, 2004
    #4
  5. You're welcome.
     
    Jason Piercey, Feb 17, 2004
    #5
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.