- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to make a tool on a custom tool palette that will open a drawing.
The following command line works, but I have to press enter to complete the command and open the drawing. First, set FILEDIA=0 or this won't work at all. The "open" command is one of the Express tools.
^C^C_open "D:\Dropbox\Acad\Steel Shapes.dwg";
The semi-colon at the end is supposed to be the same as pressing "Enter", but it doesn't work. I also tried a space and ^M, which are also supposed to be the same as pressing enter. I also tried replacing back-slashes with forward slashes, it still works the same, I still have to press enter to open the drawing.
I tried replacing "_open" with ^O but found it toggling ortho instead of opening.
Thanks,
Rob
Solved! Go to Solution.