Share via


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

System Commands

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.