Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Control and Query Win32 Services at the command line

by uksza (Canon)
on Jan 12, 2006 at 08:38 UTC ( [id://522641]=note: print w/replies, xml ) Need Help??


in reply to Control and Query Win32 Services at the command line

How nice!

I was going to write something like this today.
Thanks!

Update:
I've got something intresting:
my %state_code = ( '1' => 'stopped.', '2' => 'start pending.', '3' => 'stop pending.', '4' => 'running.', '5' => 'continue pending.', '6' => 'pause pending.', '7' => 'paused.' );

greetz, Uksza

Yes, smart people know that fat arrow autoquotes the left argument. But why should you require your code to be maintained by smart people?
Randal L. Schwartz, Perl hacker

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

    Thanks! That is great information.
    I tried to find it on the web, but every resource I found only referred to the values by their symbolic names. :-(

    We're building the house of the future together.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://522641]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found