14,953
edits
| Line 23: | Line 23: | ||
== Example bat file == | == Example bat file == | ||
Condition 1: The DOS window was NOT closed automatically when PHP script which implemented [http://php.net/manual/en/function.exit.php exit()] and returned error. | |||
<pre> | <pre> | ||
@ECHO OFF | @ECHO OFF | ||
| Line 33: | Line 33: | ||
</pre> | </pre> | ||
Condition 2: The DOS window was NOT closed automatically. It might annoying if there are too many window. | |||
<pre> | <pre> | ||
@ECHO OFF | @ECHO OFF | ||