The only GUI commands I need to use are:
# The TSL functions below work on WinRunner 7.0...

# Clear temp buffer...
GUI_close ( "<temporary>" );

# Clear all Loaded GUI map files (from memory)...
GUI_close_all ();

# Load the GUI map file (into memory)...
GUI_load ( "C:\\path\\GUIFile.gui" );
