다음을 통해 공유


quit (Windows CE 5.0)

Send Feedback

This command terminates the execution of a script.

quit

Parameters

None.

Remarks

A script terminated using the quit command is considered to have successfully executed, as opposed to the abort command, which is treated as an error.

The following code example shows the use of the quit command to terminate execution of a script:

if boolean `pkginstalled MyPackage` == TRUE
  echo "Package already installed"
  quit
endif

See Also

Scripting Support Commands

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.