(view source code of poweroff.rex as plain text)
/* PowerOff your local computer *//* Requires Regina Rexx for Windows with W32Funcs *//* Regina Rexx: http://regina-rexx.sourceforge.net/ *//* W32Funcs: http://www.interlog.com/~ptjm/ */call RxFuncAdd 'W32LoadFuncs', 'W32Util', 'W32LoadFuncs'
call W32LoadFuncsrc = W32SysShutdown( "P", "F" )
page last modified: 2025-10-11; loaded in 0.0050 seconds