A JAL script can be used for that, for example, Dim EWX_FORCE, number, 4 Dim EWX_POWEROFF, number, 8 Dim flags, number Add EWX_FORCE, EWX_POWEROFF, flags Call "user32.lib", "ExitWindowsEx", "ll", False, flags, 0 : Hello, : There is a REBOOT command in JAL. I was curious if there was a : way to do a SHUTDOWN. : Thanks
|