in reply to Remote NT services
%state = ( 0 => "Unknown", 1 => "Stopped", 2 => "Starting", 3 => "Stopping", 4 => "Running", 5 => "Resuming", 6 => "Pausing", 7 => "Paused", );
Added: There is an article that talks about using Win32::Service. The information in the web-exclusive table is very informative. Also be sure to check the Win32 Platform SDK documentation as pointed out by the module's documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Remote NT services
by blackadder (Hermit) on Aug 12, 2003 at 18:59 UTC | |
|
Re: Re: Remote NT services
by blackadder (Hermit) on Aug 12, 2003 at 19:23 UTC | |
by Mr. Muskrat (Canon) on Aug 12, 2003 at 20:31 UTC |