Tharwat Posted July 5, 2010 Posted July 5, 2010 Hi I wonder when can I use this command since that I can use 'pause' individually within lots of commands ......??? Any suggestions !!!!! Thanks Tharwat Quote
alanjt Posted July 5, 2010 Posted July 5, 2010 At any point in a command that requires user input. However, I strongly advise against it if you can avoid it (95% of the time one can). Quote
Tharwat Posted July 5, 2010 Author Posted July 5, 2010 I agree and that's why I mentioned that we can use pause it in a command instead ... And that's usually used with ; (while (/= (getvar "cmdactive") 1) (command pause) ) Quote
alanjt Posted July 5, 2010 Posted July 5, 2010 I'm trying to say you should avoid the use of (command PAUSE), when possible. Which is 99.5% of the time. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.