/////////////////////////////////////////////////////////////////////////////// // File: launch_tpx.cs // // Contents: // A sample script that presents adds a session based on the tpx file selection. // The dprintln() will appear in dbmon32 if it is running. // // Originated by D. Harvey 1/28/99 /////////////////////////////////////////////////////////////////////////////// var szFileName; // uses the win32 dialog box szFileName = StdOpen(".", "TERM Connection Files|*.tpx|", "tpx", "Choose a connection file to open"); SessionNew(szFileName);