Re: win32 services
"Derek B. Smith" schreef:
I want to get a listing of Window services and each
associated "status" and its "startup type." I looked
at Win32::Daemon::Simple but wasn't sure if this is a
good module for doing so?
W/out using a module,
Is there a registry entry for each service I could
parse or a database that I could open and parse?
See also
http://www.sysinternals.com/Utilities/PsService.html
--
Affijn, Ruud
"Gewoon is een tijger."
.
Relevant Pages
- Re: Architectural advice needed on client-side browser scripting
... can easily serialize a DataTable (in this case the INFORMATION_SCHEMA views ... easily parse that XML to load listboxes or arrays. ... on a database chosen parse it for all tables in this database ... list all tables in the chosen database as interactive interface ... (comp.lang.javascript) - Re: Parsing and storing formulas
... you could easily store different views/stored ... >I was wondering how I can parse a mathematical formula in a storable way. ... > be stored for in the database. ... > The second idea is to represent the formula as a tree. ... (microsoft.public.dotnet.languages.csharp) - Re: Running queries on large data structure
... |> nested data structures and allows the user to run quick queries on the ... | the users need to run queries on that within seconds. ... | ugly to convert it into some relational shape for the database) ... | (Read the data every now and then, parse it, write the nested Python ... (comp.lang.python) - Re: inputing, paging, sorting, a large text file
... To recreate it I need to parse the text again, ... I want to display the formatted columns to the user before submitting ... the database (perhaps allowing them to edit some fields if they want, ... How can I page the data in the grid, without having to parse the text ... (microsoft.public.dotnet.framework.aspnet) - Re: Back Again - RPM using a more efficient database format
... Back Again - RPM using a more efficient database format ... XML parsing is also not exactly a light task. ... was to do with it being faster to parse ... (Fedora) |
|