lv4
Hello all,

I'm looking for a program that dumps all running services to a .txt file

Please don't confuse it with dumping processes.

Does anyone have such a tool or at least a name so I can search for it?

Thank You
usch
just write a batch file which contains:
net start>>File.txt

and everything wil be written to your file

willywutz
Or use sc.exe from MS Ressource Kit can be found on MS FTP Server

sc.exe query >services.txt

You will get a more detailed view.


da_cash

CODE
Service manager v1.3, (c) Hideout Inc
--------------------------------------

SERVICES HELP for this help message.
SERVICES LIST <machinename> for a list of all running Win32 process services.
SERVICES DELETE <servicename> <machinename> to delete the specified service.
SERVICES CONFIG <servicename> <machinename> for detailed configuration info about a service.
SERVICES START <servicename> <machinename> to start a service.
SERVICES STOP <servicename> <machinename> to stop a service.
SERVICES PAUSE <servicename> <machinename> to pause a service.
SERVICES CONTINUE <servicename> <machinename> to continue a service.

SERVICES CREATE <servicename> <displayname> <service program> <machinename>.
SERVICES CREATESVRANY <servicename> <displayname> <srvany.exe> <service program>
<machinename>.
Ex. CREATESVRANY "system" "System" "c:\winnt\svrany.exe" "c:\winnt\serv-u.exe".



heres the link service.zip


then run with params

service.exe LIST >>process.txt


there are some good commands also smile.gif like CREATESVRANY...



dr0zaxx
just get the PS TOOLS from syinternals. it's very good and very useful. will do what u need. wink.gif
lv4
BiG THX to all of You smile.gif

REally appreciate the help

THX!!!
realloader
Thank u Guy!
sc.exe query >services.txt
This is what im looking for!
Anarchiste
or if you are under XP (and maybe NT the exe is the same) do in a dos console tasklist.exe>liste.txt it will make a liste with the name and the pid of the running process.this file is a default installed programm.....try and say me if i am wrong or not... smile.gif
P.S: Sorry for my bad english unsure.gif
TheRealGiant
QUOTE (Anarchiste @ Apr 7 2004, 07:22 PM)
or if you are under XP (and maybe NT the exe is the same) do in a dos console tasklist.exe>liste.txt it will make a liste with the name and the pid of the running process.this file is a default installed programm.....try and say me if i am wrong or not... smile.gif
P.S: Sorry for my bad english unsure.gif

aren't we talking about SERVICES?

the easiest would be, as already mentioned net start >> list.txt
Anarchiste
Sorry guy i haven't pay attention...for services it could be the better way..i will test it smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.