| Author |
Message |
Tank
Guest
|
Posted:
Tue Oct 26, 2004 10:39 am Post subject:
Cancel in Command line |
|
|
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
|
|
| Back to top |
|
 |
C Witt
Guest
|
Posted:
Tue Oct 26, 2004 10:45 am Post subject:
Re: Cancel in Command line |
|
|
please don't x-post.
Tank wrote:
| Quote: | 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
|
|
|
| Back to top |
|
 |
teiarch
Guest
|
Posted:
Tue Oct 26, 2004 11:02 am Post subject:
Re: Cancel in Command line |
|
|
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.....
|
|
| Back to top |
|
 |
Wizardvette
Guest
|
Posted:
Tue Oct 26, 2004 2:59 pm Post subject:
Re: Cancel in Command line |
|
|
| 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; |
|
| Back to top |
|
 |
Tom Smith
Guest
|
Posted:
Tue Oct 26, 2004 6:57 pm Post subject:
Re: Cancel in Command line |
|
|
In many cases, a return will terminate a command which is waiting for a
response. In all cases, escape works. |
|
| Back to top |
|
 |
kent robertson
Guest
|
Posted:
Wed Oct 27, 2004 10:54 pm Post subject:
Re: Cancel in Command line |
|
|
Type (command)
"Tank" <spowell@cadway.com.au> wrote in message news:417df12e_1@newsprd01...
| Quote: | 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
|
|
|
| Back to top |
|
 |
|
|
|
|