doswin#

Purpose#

Opens the DOS compatibility window with default settings.

Warning

This function is no longer supported. This documentation is provided as a reference for understanding legacy code. In many cases, you may simply comment out calls to doswin() and the program will run successfully in the Command window.

Format#

doswin()#

Remarks#

Calling doswin() is equivalent to:

call DOSWinOpen("", error(0));

Example#

// Open DOS compatibility window (legacy, no longer supported)
// In modern GAUSS, this call can usually be removed
doswin;

Source#

gauss.src

See also

Functions DOSWinCloseall()