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
Apr 7 2004, 02:04 PM
just write a batch file which contains:
net start>>File.txt
and everything wil be written to your file
willywutz
Apr 7 2004, 02:20 PM
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
Apr 7 2004, 02:31 PM
| 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.zipthen run with params
service.exe LIST >>process.txt
there are some good commands also

like CREATESVRANY...
dr0zaxx
Apr 7 2004, 02:36 PM
just get the PS TOOLS from syinternals. it's very good and very useful. will do what u need.
BiG THX to all of You

REally appreciate the help
THX!!!
realloader
Apr 7 2004, 07:16 PM
Thank u Guy!
sc.exe query >services.txt
This is what im looking for!
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...
P.S: Sorry for my bad english
TheRealGiant
Apr 7 2004, 07:34 PM
| 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... P.S: Sorry for my bad english |
aren't we talking about SERVICES?
the easiest would be, as already mentioned net start >> list.txt
Anarchiste
Apr 16 2004, 01:53 PM
Sorry guy i haven't pay attention...for services it could be the better way..i will test it
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.