<!doctype html> <html> <head> <title>exit</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Installing-or-Upgrading-Rhapsody_133164145.html">Installing or Upgrading Rhapsody</a></span> </li> <li> <span><a href="Installing-Rhapsody_133164241.html">Installing Rhapsody</a></span> </li> <li> <span><a href="Unattended-Installations_133164341.html">Unattended Installations</a></span> </li> <li> <span><a href="Configuring-Rhapsody-IDE-Unattended_133164342.html">Configuring Rhapsody IDE Unattended</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">exit</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p>This section describes how to stop the configuration script and quit Rhapsody IDE. If a script does not contain an <code><exit/></code> command, Rhapsody IDE stays running after the script completes.</p> <h2 id="exit-Example">Example</h2> <div class="code panel pdl" style="border-width: 1px;"> <div class="codeContent panelContent pdl"> <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: html/xml; gutter: false; theme: Confluence" data-theme="Confluence"><!-- Stop the script and quit the IDE --> <exit/></pre> </div> </div> <p> </p> </div> </div> </div> </div> </body> </html>