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 Comand window.

Format#

doswin()#

Remarks#

Calling doswin() is equivalent to:

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

Source#

gauss.src