in reply to Control and Query Win32 Services at the command line
my %state_code = ( '1' => 'stopped.', '2' => 'start pending.', '3' => 'stop pending.', '4' => 'running.', '5' => 'continue pending.', '6' => 'pause pending.', '7' => 'paused.' );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Control and Query Win32 Services at the command line
by jdporter (Paladin) on Jan 12, 2006 at 15:13 UTC |