reboot (Windows CE 5.0)
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
Send Feedback on this topic to the authors