Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: For users on MS Windows Vista Ultimate 32 ENGLISH  (Read 2142 times)

0 Members and 1 Guest are viewing this topic.

budhax

  • Guest
For users on MS Windows Vista Ultimate 32 ENGLISH
« on: December 07, 2007, 03:30:47 PM »
Hello,
To apply settings from:
http://www.blackviper.com/WinVista/servicecfg.htm
using a .BAT file, I need the output from this script, to get the match
SERVICE_NAME <-> DISPLAY_NAME(English):


Code: [Select]
SET z=.\%~n0.LOG
TYPE NUL>"%z%"
FOR /f "Tokens=1,2 Delims=:" %%r IN ('"SC QUERY state= all"') DO (
IF /i "%%r"=="SERVICE_NAME" (ECHO.%%s)
IF /i "%%r"=="DISPLAY_NAME" (ECHO.%%s&ECHO.----------------------------------)
)>>"%z%"


For users on MS Windows Vista Ultimate 32 ENGLISH, please, could you post in this thread the output of this scrip?
Thanks in advance

I'm on a MS Vista Ultimate French, (so Service Display Name are French).