menu load withour displaying the load porgram

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

  1. cadbaby

    cadbaby Guest

    I have the little .mnu program as below to activate the program after user selected the appropriate key.
    Is there a way that once the below activated, to disable the "load C:/easyplot/geotool/line2xy.vlx" at the command prompt ?


    ***MENUGROUP=TLGHUTILS
    ***POP1
    p1-2[Line listing to file](load "C:/easyplot/geotool/line2xy.vlx")
     
    cadbaby, Sep 29, 2004
    #1
  2. cadbaby

    liftedaxis Guest

    like so:

    p1-2[Line listing to file]^P(load "C:/easyplot/geotool/line2xy.vlx")

    the ^P character combination turns off the command echo.

    --Jeremiah
     
    liftedaxis, Sep 29, 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.