Share via


reboot (Windows CE 5.0)

Send Feedback

This command reboots the client system.

reboot

Parameters

None.

Remarks

The following code example shows the use of the reboot command:

if boolean `pkginstalled MyPackage` == TRUE
  echo "Rebooting!"
  reboot
endif

See Also

System Commands

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.