fullpath = off

Discussion in 'AutoCAD' started by jclaidler, Apr 26, 2004.

  1. jclaidler

    jclaidler Guest

    How can I get the option fullpath set to off with lisp.
    It doesn't want to be set off, unless manually changing fullpath.

    Thanks.
     
    jclaidler, Apr 26, 2004
    #1
  2. jclaidler

    BillZ Guest

    (setenv "ShowFullPathInTitle" "0") ;off

    (setenv "ShowFullPathInTitle" "1") ;on

    Bill
     
    BillZ, Apr 27, 2004
    #2
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.