Tag: <span>QAFLAGS</span>

Taking control of your command line history

Thanks to Kean Walmsley’s post on his Through the Interface blog, I have learned something that would have been handy to know for the last decade or so, but which somehow escaped my knowledge. I learned how to increase the size of AutoCAD’s command line history cache. It defaults to 400 lines, which isn’t enough for me. I think this information deserves a wider audience than the ubergeek developers who frequent Kean’s blog, so here goes. Although it’s not directly mentioned on Kean’s post, you can find the current command line history cache length setting like this: (getenv “CmdHistLines”) This …