I'm trying to open a drawing with .NET, but when AutoCAD launches it always opens "drawing1.dwg" first. Then when my "documents.open()" code runs I am asked if I want to save changes to drawng1. How do I open a file directly without opening drawing1 first or at least eliminate this dialog? I am working in single drawing mode.