PDA

View Full Version : HOWTO: Make a Batch File Close Automatically


Support
10-10-2002, 11:17 AM
<HTML><HEAD><TITLE>HOWTO: Make a Batch File Close Automatically</TITLE></HEAD><BODY><h3>HOWTO: Make a Batch File Close Automatically</h3><b>Document ID: IR02019</b><hr>The information in this article applies to:<ul><li>Setup Factory 6.0</li><li>AutoPlay Media Studio 4.0</li><li>TrueUpdate 1.0</li><li>Visual Patch 1.0</li></ul><hr><h3>SUMMARY</h3><p>This article explains how to make a batch file close automatically after it has finished running.</p><h3>DISCUSSION</h3><p>In order to make a batch file close automatically after it has finished running the following two commands must be added to the end of the batch file:</p><pre><code>cls<br>@exit</code></pre><p>KEYWORDS: Setup Factory 6.0, Batch files, Close, Automatically, AutoPlay Media Studio 4.0, TrueUpdate 1.0, Visual Patch 1.0</p><hr><FONT SIZE=1>Last reviewed: October 10, 2002<br>Copyright © 2002 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br></FONT></BODY></HTML>