dos_show - dalefugier/DOSLib GitHub Wiki

Controls the display of the AutoCAD window.

Syntax

(dos_show method)

Parameters

method

The display method. The allowable values are as follows:

Value Description
0 Maximize Window
1 Minimize Window
2 Restore Window

Returns

nil if successful on error.

Example

Command: (dos_show 0)
nil