reboot
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.