reboot (Windows Embedded CE 6.0)
1/6/2010
This command reboots the client system.
Syntax
reboot
Parameters
None.
Remarks
The following code example shows the use of the reboot command:
if boolean `pkginstalled MyPackage` == TRUE
echo "Rebooting!"
reboot
endif