Cancel in Command line

Discussion in 'AutoCAD' started by Tank, Oct 26, 2004.

  1. Tank

    Tank Guest

    How can i type cancel in command line.

    In macros we use ^C^C. when i type this in command its invalid.

    Is there a way??

    Thanks
     
    Tank, Oct 26, 2004
    #1
  2. Tank

    C Witt Guest

    please don't x-post.
     
    C Witt, Oct 26, 2004
    #2
  3. Tank

    teiarch Guest

    Maybe because ^C in a Windows environment is expecting something to be copied? Probably works in macros because you're in a different environment level.

    The ESC key works pretty well on the command line.....
     
    teiarch, Oct 26, 2004
    #3
  4. Tank

    Wizardvette Guest

    If your going to type the keyboard anyway, just hit the "ESCAPE" key. Or as in my case, I made a button to "deselect all". Use this command ^C^C^C^C^P(ai_deselect)^P^M;
     
    Wizardvette, Oct 26, 2004
    #4
  5. Tank

    Tom Smith Guest

    In many cases, a return will terminate a command which is waiting for a
    response. In all cases, escape works.
     
    Tom Smith, Oct 26, 2004
    #5
  6. Type (command)
     
    kent robertson, Oct 27, 2004
    #6
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.