screen echo

Discussion in 'AutoCAD' started by BillZ, Jan 6, 2004.

  1. BillZ

    BillZ Guest

    R2004 Autolisp:

    In my .mnl file, I look for a specific .mns file.

    (princ "\nAutoCAD menu utilities ")

    (if (and (setq mnuloc (findfile (strcat "G:\\autolisp\\autocad_2004_support\\" (getvar "loginname") "_acad.mns")))
    (not (menugroup (strcat (getvar "loginname") "_acad"))))
    (command "menu" mnuloc)
    )
    (if (not (menugroup "express"))
    (command "menuload" "acetmain.mns")
    )
    When I start AutoCAD, the screen echo looks like this:

    Regenerating model.

    AutoCAD Express Tools Copyright © 2002-2003 Autodesk, Inc.

    DOSLib Version 6.1.3 (Nov 21 2003)
    Copyright © 1992-2003, Robert McNeel & Associates

    Menu loaded successfully. MENUGROUP: WPZ_ACAD
    Enter command name:

    command:

    It's the "Enter command name:" that does not look right to me.
    Can i do something to remedy this? Or is it normal.

    Also do I need to load the express tools like this or is there a better way?

    I will be starting 5 new seats with this setup so I want the .mns for each user and the express tools loaded.

    TIA

    Bill
     
    BillZ, Jan 6, 2004
    #1
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.