C:\>sc.exe query NonExistingServiceName
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed service.
C:\>echo %ErrorLevel%
0
While on other macine the same commands give error
c:\>sc.exe query NonExistingServiceName
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed service.
c:\>echo %ErrorLevel%
1060
just a little annoying thing
No comments:
Post a Comment