gharris999;619431 Wrote: > > If the CLI approach is problematic for whatever reason, you can also > block SrvrPowerCtrl by creating a block-file. On windows XP, this > would be: >
Thank you very, very much for that extensive response. I think I'll take the file based approach indeed. There are three situations I'll have to think more about: - user manually boots up or wakes server - user manually hibernates server through the plugin - user manually shuts down or hibernates server some other way in both cases, the block would not be set. 1st case could be solved by setting a block when starting up, but that does not work when coming from stand-by or hibernate. 2nd case can be avoided by using a custom command line for the hibernate command (Is that custom command also used when hibernate is activated after idle? That would take care of some of the instances of case 1 as well). 3rd case seems impossible to deal with in windows. Anyway, if I implement these partial solutions, one has to be quite unlucky to end up in a case that isn't covered. On a different note, regarding the netstat window popping up, could you use 'start /min netstat' or 'cmd /C start /min netstat' or something similar? -- Roger the Shrubber ------------------------------------------------------------------------ Roger the Shrubber's Profile: http://forums.slimdevices.com/member.php?userid=739 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
