Creating custom buttons to tool palette
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have become frustrated with my tryouts to create some buttons for making my life easier. I've tried to create these to my tool palette. Manage -> User Interface -> Customize -> Command List -> Run Script -> Drag n drop to Tool Palette -> Right click the script -> Properties -> Command string
I've been trying to create following buttons and only one worked ![]()
Close drawing without saving (close no, did not work)
Close drawing and save (qsave close)
Close all drawings without saving
Close all drawings and save
How to create these buttons to tool palette with using Run Script Command String?
I'm little bit lost here because the "input style" varies very much depending on what I'm trying to do. Command line usage is clear to me and recently I created a thread here for running long command line command strings in a .scr file which was used with drag n drop method. I don't know anything about VBA code so I have to just skip every google match with that kind of solutions. I also use AutoCAD LT and if I have understood things right, LT has no LISP support and all LISPS are written in VBA (please correct me if im wrong).
Does the input style of these custom created buttons differ from command strings in .scr file?

